[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 13:12:04 PDT 2022


marcauberer created this revision.
marcauberer added reviewers: spatel, RKSimon.
Herald added a project: All.
marcauberer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Baseline tests for https://reviews.llvm.org/D133362


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133449

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

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


More information about the llvm-commits mailing list