[PATCH] D41226: LiveDebugValues spill recognition expasnsion
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 12:41:44 PST 2017
aprantl added inline comments.
================
Comment at: lib/CodeGen/LiveDebugValues.cpp:451
+ if (RegNext == Reg) {
+ Reg = RegNext;
+ break;
----------------
Isn't that a no-op?
https://reviews.llvm.org/D41226
More information about the llvm-commits
mailing list