[llvm] r292459 - Use an actual valid register in test
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 17:04:09 PST 2017
Author: matze
Date: Wed Jan 18 19:04:08 2017
New Revision: 292459
URL: http://llvm.org/viewvc/llvm-project?rev=292459&view=rev
Log:
Use an actual valid register in test
Modified:
llvm/trunk/test/CodeGen/AArch64/regcoal-physreg.mir
Modified: llvm/trunk/test/CodeGen/AArch64/regcoal-physreg.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/regcoal-physreg.mir?rev=292459&r1=292458&r2=292459&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/regcoal-physreg.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/regcoal-physreg.mir Wed Jan 18 19:04:08 2017
@@ -63,9 +63,9 @@ body: |
; Only coalesce when the source register is reserved as a whole (this is
; a limitation of the current code which cannot update liveness information
; of the non-reserved part).
- ; CHECK: %6 = COPY %xzr_x0
+ ; CHECK: %6 = COPY %x28_fp
; CHECK: HINT 0, implicit %6
- %6 = COPY %xzr_x0
+ %6 = COPY %x28_fp
HINT 0, implicit %6
; It is not fine to coalesce copies from reserved physregs when they are
More information about the llvm-commits
mailing list