You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
15
external/llvm/test/CodeGen/X86/pr14562.ll
vendored
15
external/llvm/test/CodeGen/X86/pr14562.ll
vendored
@ -1,15 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
|
||||
|
||||
@temp1 = global i64 -77129852189294865, align 8
|
||||
|
||||
define void @foo() nounwind {
|
||||
%x = load i64, i64* @temp1, align 8
|
||||
%s = shl i64 %x, 32
|
||||
%t = trunc i64 %s to i32
|
||||
%z = zext i32 %t to i64
|
||||
store i64 %z, i64* @temp1, align 8
|
||||
; CHECK: movl $0, {{_?}}temp1+4
|
||||
; CHECK: movl $0, {{_?}}temp1
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user