[PATCH] D78887: [VE] Support floating point immediate values

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 26 16:59:41 PDT 2020


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

Add simm7fp/mimmfp to represent floating point immediate values.
Also clean multiclasses to define floating point arithmetic instructions
to handle simm7fp/mimmfp operands.  Also add several regression tests
for new operands.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78887

Files:
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/fp_add.ll
  llvm/test/CodeGen/VE/fp_mul.ll
  llvm/test/CodeGen/VE/fp_sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78887.260187.patch
Type: text/x-patch
Size: 11626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200426/0cc61a41/attachment.bin>


More information about the llvm-commits mailing list