[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 14:34:38 PDT 2022
marcauberer updated this revision to Diff 458564.
marcauberer added a comment.
Remove extra 'thwart' instruction for the first test
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.458564.patch
Type: text/x-patch
Size: 6751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220907/86a816c0/attachment.bin>
More information about the llvm-commits
mailing list