16 lines · plain
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s2 3@temp1 = global i64 -77129852189294865, align 84 5define void @foo() nounwind {6 %x = load i64, ptr @temp1, align 87 %s = shl i64 %x, 328 %t = trunc i64 %s to i329 %z = zext i32 %t to i6410 store i64 %z, ptr @temp1, align 811; CHECK: movl $0, {{_?}}temp1+4 12; CHECK: movl $0, {{_?}}temp113 ret void14}15 16