[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
Wed May 3 13:37:09 PDT 2023
goldstein.w.n updated this revision to Diff 519231.
goldstein.w.n marked an inline comment as done.
goldstein.w.n added a comment.
for `m_SignMask()`
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.519231.patch
Type: text/x-patch
Size: 7826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230503/3021bfe1/attachment.bin>
More information about the llvm-commits
mailing list