[PATCH] D25070: [RegAllocGreedy] Attempt to split unspillable live intervals
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 10:30:19 PDT 2016
qcolombet added a comment.
Hi Dylan,
I don't know if phabricator is acting strange but there is something odd with the diff.
I see things that do not seem to be part of that diff (AVRMCInstLower.*) and the changes in RegAllocGreedy.cpp disappeared.
Could you check the uploaded patch?
Thanks,
-Quentin
================
Comment at: lib/CodeGen/LiveRangeEdit.cpp:443
+ LIS.getInterval(VReg).markNotSpillable();
+ }
+
----------------
No brackets for one line blocks per LLVM coding style.
https://reviews.llvm.org/D25070
More information about the llvm-commits
mailing list