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,31 +0,0 @@
|
||||
; RUN: llc < %s -march=mips -mcpu=mips32r2 -mattr=+micromips -relocation-model=pic | FileCheck %s
|
||||
; RUN: llc < %s -march=mips -mcpu=mips32r3 -mattr=+micromips -relocation-model=pic | FileCheck %s
|
||||
; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic | FileCheck %s
|
||||
|
||||
@us = global i16 0, align 2
|
||||
|
||||
define i32 @lhfunc() {
|
||||
entry:
|
||||
; CHECK-LABEL: lhfunc
|
||||
; CHECK: lh $[[REG1:[0-9]+]], 0(${{[0-9]+}})
|
||||
%0 = load i16, i16* @us, align 2
|
||||
%conv = sext i16 %0 to i32
|
||||
ret i32 %conv
|
||||
}
|
||||
|
||||
define i16 @lhfunc_atomic() {
|
||||
entry:
|
||||
; CHECK-LABEL: lhfunc_atomic
|
||||
; CHECK: lh $[[REG1:[0-9]+]], 0(${{[0-9]+}})
|
||||
%0 = load atomic i16, i16* @us acquire, align 2
|
||||
ret i16 %0
|
||||
}
|
||||
|
||||
define i32 @lhufunc() {
|
||||
entry:
|
||||
; CHECK-LABEL: lhufunc
|
||||
; CHECK: lhu $[[REG1:[0-9]+]], 0(${{[0-9]+}})
|
||||
%0 = load i16, i16* @us, align 2
|
||||
%conv = zext i16 %0 to i32
|
||||
ret i32 %conv
|
||||
}
|
Reference in New Issue
Block a user