You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
18
external/llvm/test/CodeGen/Mips/micromips-and16.ll
vendored
Normal file
18
external/llvm/test/CodeGen/Mips/micromips-and16.ll
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
|
||||
; RUN: -relocation-model=pic -O3 < %s | FileCheck %s
|
||||
|
||||
define i32 @main() {
|
||||
entry:
|
||||
%retval = alloca i32, align 4
|
||||
%a = alloca i32, align 4
|
||||
%b = alloca i32, align 4
|
||||
%c = alloca i32, align 4
|
||||
store i32 0, i32* %retval
|
||||
%0 = load i32, i32* %b, align 4
|
||||
%1 = load i32, i32* %c, align 4
|
||||
%and = and i32 %0, %1
|
||||
store i32 %and, i32* %a, align 4
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
; CHECK: and16
|
Reference in New Issue
Block a user