[PATCH] D73625: [FPEnv][AArch64] Add lowering and instruction selection for strict conversions

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 06:44:54 PST 2020


john.brawn created this revision.
john.brawn added reviewers: pengfei, uweigand, craig.topper, dmgreen, t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.

Strict fp-to-int and int-to-fp conversions can be handled in the same way that the non-strict versions are (by using the appropriate instruction or converting to a function call when we have no instruction).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73625

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/fp-intrinsics.ll
  llvm/test/CodeGen/AArch64/fpconv-vector-op-scalarize-strict.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73625.241139.patch
Type: text/x-patch
Size: 31929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/b57d3cdb/attachment.bin>


More information about the llvm-commits mailing list