[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
Loading
Please sign in to comment