[all-commits] [llvm/llvm-project] f0e585: [VE] Add isReMaterializable and isAsCheapAsAMove f...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Thu Nov 5 13:09:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0e585d58580956996c0add0afc62798e7498177
https://github.com/llvm/llvm-project/commit/f0e585d58580956996c0add0afc62798e7498177
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/test/CodeGen/VE/Scalar/br_cc.ll
M llvm/test/CodeGen/VE/Scalar/call.ll
M llvm/test/CodeGen/VE/Scalar/ctlz.ll
M llvm/test/CodeGen/VE/Scalar/cttz.ll
M llvm/test/CodeGen/VE/Scalar/fp_frem.ll
M llvm/test/CodeGen/VE/Scalar/selectccf32c.ll
M llvm/test/CodeGen/VE/Scalar/selectccf64c.ll
M llvm/test/CodeGen/VE/Scalar/selectcci32c.ll
M llvm/test/CodeGen/VE/Scalar/selectcci64c.ll
M llvm/test/CodeGen/VE/Scalar/va_caller.ll
Log Message:
-----------
[VE] Add isReMaterializable and isAsCheapAsAMove flags
Add isReMaterializable and isCheapAsAMove flags to integer instructions
which cost cheap.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D90833
More information about the All-commits
mailing list