Unverified Commit e6d2bb0e authored by Z572's avatar Z572 Committed by GitHub
Browse files

[InstCombine] Simplifiy `(-x * y * -x)` into `(x * y * x)` (#72953)

fix https://github.com/llvm/llvm-project/issues/72259
proof: https://alive2.llvm.org/ce/z/HsrmTC
parent c4ff0a67
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment