[PATCH] D90833: [VE] Add isReMaterializable and isAsCheapAsAMove flags

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 03:02:39 PST 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.

Add isReMaterializable and isCheapAsAMove flags to integer instructions
which cost cheap.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90833

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90833.303066.patch
Type: text/x-patch
Size: 19998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201105/03140062/attachment.bin>


More information about the llvm-commits mailing list