[PATCH] D114946: [AArch64] Add instruction selection for strict FP

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 08:56:57 PST 2022


john.brawn updated this revision to Diff 398167.
john.brawn edited the summary of this revision.
john.brawn added a comment.

Added some more addOperationAction lines to fix failures in tests. However looking at the tests there's some XFAILed tests that still fail due to more work needing to be done on handling of vector types. I'll do that in a separate patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114946/new/

https://reviews.llvm.org/D114946

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114946.398167.patch
Type: text/x-patch
Size: 39484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220107/1a9aa5e7/attachment.bin>


More information about the llvm-commits mailing list