[llvm] [InstCombine] Fix missed opportunity to fold 'or' into 'mul' operand. (PR #74225)

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 3 21:44:54 PST 2023


bcl5980 wrote:

> > It looks like this caused an infinite loop in the stage2 clang build.
> 
> I reverted it. Any idea why its looping?

What if X is a constant?

https://github.com/llvm/llvm-project/pull/74225


More information about the llvm-commits mailing list