[all-commits] [llvm/llvm-project] 6a8457: [LSR][TTI][PowerPC][SystemZ][X86] Add const-ness t...
eop Chen via All-commits
all-commits at lists.llvm.org
Fri May 27 15:22:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a8457924335623eb2303775894dbde39fcf4e64
https://github.com/llvm/llvm-project/commit/6a8457924335623eb2303775894dbde39fcf4e64
Author: eopXD <eop.chen at sifive.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.h
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Log Message:
-----------
[LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to TTI::isLSRCostLess. NFC
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D126350
More information about the All-commits
mailing list