Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2010-05-10-DAGCombinerBug.ll
blobcb8b4c9632c0fd1df301d22620de33aa8bbcb165
1 ; RUN: llc < %s -mtriple=i386-apple-darwin10
2 ; PR7018
3 ; rdar://7939869
5 define i32 @CXB30130(i32 %num1, ptr nocapture %num2, ptr nocapture %num3, ptr nocapture %num4) nounwind ssp {
6 entry:
7   %0 = load i16, ptr %num2, align 2                   ; <i16> [#uses=2]
8   %1 = mul nsw i16 %0, %0                         ; <i16> [#uses=1]
9   store i16 %1, ptr %num2, align 2
10   ret i32 undef