[InstCombine] Miscompilation which converts icmp eq (trunc nsw i64 X), (trunc nsw i32 Y)
into icmp eq (zext i32 Y), X
#91127
Labels
icmp eq (trunc nsw i64 X), (trunc nsw i32 Y)
into icmp eq (zext i32 Y), X
#91127
Reduced test case: https://alive2.llvm.org/ce/z/MLgA5x
llvm version: de9b386
The text was updated successfully, but these errors were encountered: