[all-commits] [llvm/llvm-project] 410bf5: [InstCombine] Use disjoint flag in mul of or fold
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 5 06:25:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 410bf5e1425432e49a46d3c4b7962b747a976c85
https://github.com/llvm/llvm-project/commit/410bf5e1425432e49a46d3c4b7962b747a976c85
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/test/Transforms/InstCombine/mul.ll
Log Message:
-----------
[InstCombine] Use disjoint flag in mul of or fold
Slightly more powerful if the information used to infer disjoint
was lost.
More information about the All-commits
mailing list