search for: d180

Displaying 2 results from an estimated 2 matches for "d180".

Did you mean: 180
2014 Jul 17
5
[LLVMdev] [RFC] Invariants in LLVM
...s.llvm.org/D4490 - An update to computeKnownBits and other functions in ValueTracking, and almost all callers of these functions, to use invariants to compute known bits of quantities that applicable invariant conditions (this also handles updating basic pointer alignments). http://reviews.llvm.org/D180 - Adds "ephemeral" value recognition to the inliner and basic code metrics so that side-effect-free instructions only contributing to invariants don't affect inlining, loop unrolling, etc. http://reviews.llvm.org/D178 - Adds the llvm.invariant intrinsic and basic lowering properties....
2014 Jul 18
2
[LLVMdev] [RFC] Invariants in LLVM
...nd > > other functions in ValueTracking, and almost all callers of these > > functions, to use invariants to compute known bits of quantities > > that applicable invariant conditions (this also handles updating > > basic pointer alignments). > > http://reviews.llvm.org/D180 - Adds "ephemeral" value recognition > > to the inliner and basic code metrics so that side-effect-free > > instructions only contributing to invariants don't affect > > inlining, loop unrolling, etc. > > http://reviews.llvm.org/D178 - Adds the llvm.invariant i...