mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[PowerPC, test] Fix use of undef FileCheck var
Commit 6ad3d05b681b36f6ecc98523257d154053e4116d disables the definition of CSR that a follow-up CHECK-NOT directive depends on. This commit replaces the undefined CSR variable use by the regex used to define it. Reviewed By: nemanjai Differential Revision: https://reviews.llvm.org/D99870
This commit is contained in:
parent
7e9be6257f
commit
2ff342dd16
@ -679,7 +679,7 @@ end:
|
||||
; CHECKXX: ld [[CSR]], -[[STACK_OFFSET]](1) # 8-byte Folded Reload
|
||||
;
|
||||
; Ensure no subsequent uses of callee-save register before end of function
|
||||
; CHECK-NOT: {{[a-z]+}} [[CSR]]
|
||||
; CHECKXX-NOT: {{[a-z]+}} [[CSR]]
|
||||
; CHECK: blr
|
||||
define signext i32 @transpose() {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user