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
20
external/llvm/test/CodeGen/PowerPC/reg-names.ll
vendored
20
external/llvm/test/CodeGen/PowerPC/reg-names.ll
vendored
@ -1,20 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s
|
||||
; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -ppc-asm-full-reg-names < %s | FileCheck -check-prefix=CHECK-FN %s
|
||||
; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -ppc-reg-with-percent-prefix < %s | FileCheck -check-prefix=CHECK-PN %s
|
||||
|
||||
define i64 @test1(i64 %a, i64 %b) {
|
||||
; CHECK-LABEL: @test1
|
||||
; CHECK-FN-LABEL: @test1
|
||||
|
||||
entry:
|
||||
ret i64 %b
|
||||
|
||||
; CHECK: mr 3, 4
|
||||
; CHECK-FN: mr r3, r4
|
||||
; CHECK-PN: mr %r3, %r4
|
||||
|
||||
; CHECK: blr
|
||||
; CHECK-FN: blr
|
||||
; CHECK-PN: blr
|
||||
}
|
||||
|
Reference in New Issue
Block a user