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
@ -1,11 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-- | grep mov | count 1
|
||||
|
||||
; Do eliminate the zero-extension instruction and rely on
|
||||
; x86-64's implicit zero-extension!
|
||||
|
||||
define i64 @foo(i32* %p) nounwind {
|
||||
%t = load i32, i32* %p
|
||||
%n = add i32 %t, 1
|
||||
%z = zext i32 %n to i64
|
||||
ret i64 %z
|
||||
}
|
Reference in New Issue
Block a user