[llvm] [InstCombine]combine mul(abs(x), abs(y)) to abs(mul(x, y)) (PR #78395)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 01:18:11 PST 2024
nikic wrote:
I think that https://github.com/llvm/llvm-project/pull/78110 already subsumes this.
https://github.com/llvm/llvm-project/pull/78395
More information about the llvm-commits
mailing list