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

Marc Auberer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 15:58:06 PDT 2022


marcauberer updated this revision to Diff 458590.
marcauberer added a comment.

Add additional multiuse test cases


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.458590.patch
Type: text/x-patch
Size: 8040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220907/6f5f4523/attachment.bin>


More information about the llvm-commits mailing list