The patch move LSR cost comparison to target part.
No LIT tests or performance changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D30561
Add Instruction number to LSR cost model (PR23384) part 2 of 3 ClosedPublic Authored by evstupac on Mar 2 2017, 6:52 PM.
Details Summary The patch move LSR cost comparison to target part.
Diff Detail
Event Timelineevstupac added a child revision: D30562: Add Instruction number to LSR cost model (PR23384) part 3 of 3.Mar 2 2017, 7:59 PM This revision is now accepted and ready to land.Mar 14 2017, 10:55 AM Closed by commit rL304750: Fix PR23384 (part 2 of 3) NFC (authored by evstupac). · Explain WhyJun 5 2017, 4:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 90425 include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/CodeGen/BasicTTIImpl.h
lib/Analysis/TargetTransformInfo.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
|