[PATCH] D118489: [AArch64] Allow strict opcodes in faddp patterns
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 06:42:53 PST 2022
john.brawn updated this revision to Diff 406799.
john.brawn added a comment.
Morph the strict_fadd instead of creating a new one, so that we don't end up with two strict_fadd nodes (as both would be kept when exceptions are enabled).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118489/new/
https://reviews.llvm.org/D118489
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/test/CodeGen/AArch64/faddp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118489.406799.patch
Type: text/x-patch
Size: 8462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/ea48d4b9/attachment-0001.bin>
More information about the llvm-commits
mailing list