[PATCH] D145142: [X86] Add test for `~x & x` -> `0` in DAG Lowering; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 18:31:43 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc622c1383abb: [X86] Add test for `~x & x` -> `0` and `~x + x` -> `-1` in DAG Lowering; NFC (authored by goldstein.w.n).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145142/new/

https://reviews.llvm.org/D145142

Files:
  llvm/test/CodeGen/X86/combine-add.ll
  llvm/test/CodeGen/X86/combine-and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145142.502892.patch
Type: text/x-patch
Size: 3497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/e6fd274d/attachment.bin>


More information about the llvm-commits mailing list