-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
weight error branches against errors #84
Copy link
Copy link
Closed as not planned
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.frontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.optimization
Milestone
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.frontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.optimization
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Optimize Machine Code
For example the
%returnexpression should weight the branch in favor of not returning since errors are in general less likely.http://llvm.org/docs/BranchWeightMetadata.html