You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
19
external/llvm/test/CodeGen/ARM/addrmode.ll
vendored
19
external/llvm/test/CodeGen/ARM/addrmode.ll
vendored
@ -1,19 +0,0 @@
|
||||
; REQUIRES: asserts
|
||||
; RUN: llc -mtriple=arm-eabi -stats %s -o - 2>&1 | FileCheck %s
|
||||
|
||||
define i32 @t1(i32 %a) {
|
||||
%b = mul i32 %a, 9
|
||||
%c = inttoptr i32 %b to i32*
|
||||
%d = load i32, i32* %c
|
||||
ret i32 %d
|
||||
}
|
||||
|
||||
define i32 @t2(i32 %a) {
|
||||
%b = mul i32 %a, -7
|
||||
%c = inttoptr i32 %b to i32*
|
||||
%d = load i32, i32* %c
|
||||
ret i32 %d
|
||||
}
|
||||
|
||||
; CHECK: 4 asm-printer
|
||||
|
Reference in New Issue
Block a user