Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / pr14562.ll
blob8507e014f7599016ba595ca0444f948addec06d1
1 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
3 @temp1 = global i64 -77129852189294865, align 8
5 define void @foo() nounwind {
6   %x = load i64, ptr @temp1, align 8
7   %s = shl i64 %x, 32
8   %t = trunc i64 %s to i32
9   %z = zext i32 %t to i64
10   store i64 %z, ptr @temp1, align 8
11 ; CHECK: movl $0, {{_?}}temp1+4                                                
12 ; CHECK: movl $0, {{_?}}temp1
13   ret void