[PATCH] D29611: RegisterCoalescer: Fix joinReservedPhysReg()

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 17:24:39 PST 2017


wmi accepted this revision.
wmi added a comment.
This revision is now accepted and ready to land.

LGTM with A nitpick.



================
Comment at: test/CodeGen/AArch64/regcoal-physreg.mir:91
+---
+# Check coalescing of COPYs from reserved physregs.
+# CHECK-LABEL: name: func1
----------------
The testcase is to check COPY to reserved physregs instead of from.


Repository:
  rL LLVM

https://reviews.llvm.org/D29611





More information about the llvm-commits mailing list