[PATCH] D32563: Add LiveRangeShrink pass to shrink live range within BB.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 22:27:15 PDT 2017


skatkov added inline comments.


================
Comment at: lib/CodeGen/LiveRangeShrink.cpp:135
+        if (MI.hasUnmodeledSideEffects() && Next != MBB.end())
+          BuildInstOrderMap(Next, IOM);
+        continue;
----------------
Why don't you refresh SawStore here?


https://reviews.llvm.org/D32563





More information about the llvm-commits mailing list