You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
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