[PATCH] D89205: [VE] Support fneg and frem

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 11 07:47:59 PDT 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.

VE doesn't have fneg or frem instruction, so change them to expand.  Add
regression tests also.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89205

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/test/CodeGen/VE/fp_fneg.ll
  llvm/test/CodeGen/VE/fp_frem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89205.297461.patch
Type: text/x-patch
Size: 8857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201011/23fe906d/attachment.bin>


More information about the llvm-commits mailing list