[all-commits] [llvm/llvm-project] a002fd: [InstCombine] Baseline tests for folding x + (x | ...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Wed Sep 7 16:13:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a002fd667813c93d32f79f19c5e17e0b2343bf38
https://github.com/llvm/llvm-project/commit/a002fd667813c93d32f79f19c5e17e0b2343bf38
Author: Marc Auberer <contact at marc-auberer.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
A llvm/test/Transforms/InstCombine/add_or_sub.ll
Log Message:
-----------
[InstCombine] Baseline tests for folding x + (x | -x) to x & (x - 1)
Baseline tests for D133362
Differential Revision: https://reviews.llvm.org/D133449
More information about the All-commits
mailing list