[PATCH] D25070: [RegAllocGreedy] Attempt to split unspillable live intervals

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 18:10:58 PDT 2016


dylanmckay added inline comments.


================
Comment at: test/CodeGen/AVR/high-pressure-on-ptrregs.ll:50
+for.cond:                                         ; preds = %for.inc, %entry
+  %0 = load i16, i16* %i, align 2
+  %1 = load i16, i16* %z.addr, align 2
----------------
qcolombet wrote:
> Use `opt -instnamer` to get rid of the [0-9]+ variables.
Didn't know of that - nice.


https://reviews.llvm.org/D25070





More information about the llvm-commits mailing list