-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
mark borrowed pointer parameters without a named lifetime as nocapture #6751
Copy link
Copy link
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-lifetimesArea: Lifetimes / regionsArea: Lifetimes / regionsI-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-lifetimesArea: Lifetimes / regionsArea: Lifetimes / regionsI-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Type
Fields
Give feedbackNo fields configured for issues without a type.
From the LLVM documentation:
@nikomatsakis: is this a sane optimization? it seems so