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
11
external/llvm/test/CodeGen/X86/ptr-rotate.ll
vendored
11
external/llvm/test/CodeGen/X86/ptr-rotate.ll
vendored
@ -1,11 +0,0 @@
|
||||
; RUN: llc -mtriple=i386-apple-darwin -mcpu=corei7 -o - < %s | FileCheck %s
|
||||
|
||||
define i32 @func(i8* %A) nounwind readnone {
|
||||
entry:
|
||||
%tmp = ptrtoint i8* %A to i32
|
||||
%shr = lshr i32 %tmp, 5
|
||||
%shl = shl i32 %tmp, 27
|
||||
%or = or i32 %shr, %shl
|
||||
; CHECK: roll $27
|
||||
ret i32 %or
|
||||
}
|
Reference in New Issue
Block a user