[PATCH] D73544: [VE] Isel patterns for fp32/64 and i32/64 conversion

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 04:41:24 PST 2020


simoll created this revision.
simoll added reviewers: arsenm, craig.topper, rengolin, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.
simoll added a parent revision: D71338: [VE,#1] Scalar code generation.

fp32/64 <> signed/unsigned i32/64 conversion isel patterns and tests

(This patch depends on `fsub` implemented by https://reviews.llvm.org/D73540 )


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73544

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/bitcast.ll
  llvm/test/CodeGen/VE/cast.ll
  llvm/test/CodeGen/VE/fp_to_int.ll
  llvm/test/CodeGen/VE/int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73544.240838.patch
Type: text/x-patch
Size: 27505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200128/b9520749/attachment.bin>


More information about the llvm-commits mailing list