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
15
external/llvm/test/CodeGen/PowerPC/novrsave.ll
vendored
15
external/llvm/test/CodeGen/PowerPC/novrsave.ll
vendored
@ -1,15 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs -O0 -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s
|
||||
; RUN: llc -verify-machineinstrs -O0 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s
|
||||
|
||||
; This verifies that the code to update VRSAVE has been removed for SVR4.
|
||||
|
||||
define <4 x float> @bar(<4 x float> %v) nounwind {
|
||||
entry:
|
||||
%v.addr = alloca <4 x float>, align 16
|
||||
store <4 x float> %v, <4 x float>* %v.addr, align 16
|
||||
%0 = load <4 x float>, <4 x float>* %v.addr, align 16
|
||||
ret <4 x float> %0
|
||||
}
|
||||
|
||||
; CHECK-NOT: mfspr
|
||||
; CHECK-NOT: mtspr
|
Reference in New Issue
Block a user