[PATCH] D20295: When looking for a spill slot in reg scavenger, find one that matches RC

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 11:23:30 PDT 2016


kparzysz added inline comments.

================
Comment at: llvm/trunk/lib/CodeGen/RegisterScavenging.cpp:445
@@ +444,3 @@
+      llvm_unreachable(Msg.str().c_str());
+      report_fatal_error(Msg);
+    }
----------------
I kept both.


Repository:
  rL LLVM

http://reviews.llvm.org/D20295





More information about the llvm-commits mailing list