Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
Do you have commit access? Could you add "NFC" (Non-Functional Change) into the title before committing?
Paths
| Differential D126350
[LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to TTI::isLSRCostLess. NFC ClosedPublic Authored by eopXD on May 24 2022, 8:07 PM.
Details
Diff Detail
Event TimelineComment Actions LGTM. Do you have commit access? Could you add "NFC" (Non-Functional Change) into the title before committing? This revision is now accepted and ready to land.May 27 2022, 8:47 AM eopXD retitled this revision from [LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to TTI::isLSRCostLess to [LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to TTI::isLSRCostLess. NFC.May 27 2022, 3:14 PM This revision was landed with ongoing or failed builds.May 27 2022, 3:22 PM Closed by commit rG6a8457924335: [LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to TTI::isLSRCostLess. NFC (authored by eopXD). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 431868 llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.h
llvm/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
|