Skip to content
Unverified Commit 13ec913b authored by Roman Lebedev's avatar Roman Lebedev
Browse files

[InstCombine] Recognize `((x * y) s/ x) !=/== y` as an signed multiplication...

[InstCombine] Recognize `((x * y) s/ x) !=/== y` as an signed multiplication overflow check (PR48769)

We already had support for it's unsigned variant, so simply extend it
to also handle the signed variant.

Fixes https://bugs.llvm.org/show_bug.cgi?id=48769
parent 632eb20a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment