[PATCH] D133449: [InstCombine] Baseline tests for folding x + (x | -x) to x & (x - 1)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 16:13:11 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa002fd667813: [InstCombine] Baseline tests for folding x + (x | -x) to x & (x - 1) (authored by marcauberer, committed by spatel).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133449

Files:
  llvm/test/Transforms/InstCombine/add_or_sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133449.458593.patch
Type: text/x-patch
Size: 8040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220907/c109825a/attachment.bin>


More information about the llvm-commits mailing list