[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
Sun May 7 17:12:30 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3e998ede64e0: [X86] Lower used `(atomicrmw xor p, SignBit)` as `(atomicrmw add p, SignBit)` (authored by goldstein.w.n).

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.520221.patch
Type: text/x-patch
Size: 9309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230508/ec22210b/attachment.bin>


More information about the llvm-commits mailing list