[PATCH] D16693: Make sure all subranges are define during re-materialization of constants in RegCoalescer

Marcello Maggioni via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 17:15:56 PST 2016


kariddi added a comment.

Can't make it trigger with the provided LL files sadly :-/ A test case for a public backend would have been very welcome!


================
Comment at: lib/CodeGen/MachineVerifier.cpp:1718-1719
@@ +1717,4 @@
+  // for each definition that defines the whole register every subrange has at
+  // least
+  // a dead definition for it.
+  if (LI.hasSubRanges()) {
----------------
arsenm wrote:
> Random line break
Thanks!


Repository:
  rL LLVM

http://reviews.llvm.org/D16693





More information about the llvm-commits mailing list