[PATCH] D149689: [X86] Lower used `(atomicrmw xor p, SignBit)` as `(atomicrmw add p, SignBit)`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 6 21:39:57 PDT 2023
goldstein.w.n updated this revision to Diff 520146.
goldstein.w.n added a comment.
Rebase with 32-bit tests coverage
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149689/new/
https://reviews.llvm.org/D149689
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/atomic-bit-test.ll
llvm/test/CodeGen/X86/atomic-xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149689.520146.patch
Type: text/x-patch
Size: 9309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230507/67d8744f/attachment.bin>
More information about the llvm-commits
mailing list