[PATCH] D20731: Disable lifetime-start-on-first-use analysis.

Than McIntosh via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 08:31:20 PDT 2016


thanm marked an inline comment as done.
thanm added a comment.

Thanks. Fixed the issues you cited, will post a revised patch.


================
Comment at: test/CodeGen/X86/StackColoring.ll:549
@@ +548,3 @@
+;CHECK-LABEL: twobod_b27903:
+;FIRSTUSE: subq  $56, %rsp
+;YESCOLOR: subq  $96, %rsp
----------------
tejohnson wrote:
> If this test case is exposing the bug, probably a FIXME with the expected output once this is corrected would be good.
Yes. this test case is exposing the bug. I will try to make the comment clearer.


http://reviews.llvm.org/D20731





More information about the llvm-commits mailing list