[PATCH] D114946: [AArch64] Add instruction selection for strict FP
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 06:29:07 PST 2021
john.brawn updated this revision to Diff 392044.
john.brawn added a comment.
It turns out that though global isel is enabled at -O0 it also falls back to non-global isel when it sees things it can't handle, and there's several things unrelated to strict fp (or that are but aren't aarch64-specific) that cause this to happen. I've added the a run line to run the test with -global-isel=true anyway, but with the option that means we get this fallback behaviour. I'll post some follow-on patches later to fix some of these global isel things.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114946/new/
https://reviews.llvm.org/D114946
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
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.392044.patch
Type: text/x-patch
Size: 65465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211206/17622c3b/attachment.bin>
More information about the llvm-commits
mailing list