[PATCH] D73368: [FPEnv][AArch64] Add lowering of STRICT_FSETCC and STRICT_FSETCCS

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 09:26:24 PST 2020


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

These become FCMP and FCMPE. Chain handling isn't fully correct, as that would require changing these instructions to explicitly read and write to FPCR and FPSR.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73368

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73368.240229.patch
Type: text/x-patch
Size: 45180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/5835f66c/attachment-0001.bin>


More information about the llvm-commits mailing list