Add isReMaterializable and isCheapAsAMove flags to integer instructions
which cost cheap.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90833
[VE] Add isReMaterializable and isAsCheapAsAMove flags ClosedPublic Authored by kaz7 on Nov 5 2020, 3:02 AM.
Details Summary Add isReMaterializable and isCheapAsAMove flags to integer instructions
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 5 2020, 5:26 AM This revision was landed with ongoing or failed builds.Nov 5 2020, 1:09 PM Closed by commit rGf0e585d58580: [VE] Add isReMaterializable and isAsCheapAsAMove flags (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 303242 llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/Scalar/br_cc.ll
llvm/test/CodeGen/VE/Scalar/call.ll
llvm/test/CodeGen/VE/Scalar/ctlz.ll
llvm/test/CodeGen/VE/Scalar/cttz.ll
llvm/test/CodeGen/VE/Scalar/fp_frem.ll
llvm/test/CodeGen/VE/Scalar/selectccf32c.ll
llvm/test/CodeGen/VE/Scalar/selectccf64c.ll
llvm/test/CodeGen/VE/Scalar/selectcci32c.ll
llvm/test/CodeGen/VE/Scalar/selectcci64c.ll
llvm/test/CodeGen/VE/Scalar/va_caller.ll
|