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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 14:21:44 PST 2016


arsenm added a subscriber: arsenm.

================
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()) {
----------------
Random line break


Repository:
  rL LLVM

http://reviews.llvm.org/D16693





More information about the llvm-commits mailing list