[PATCH] D47372: StackColoring: better handling of statically unreachable code

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 05:58:33 PDT 2018


sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: test/CodeGen/X86/PR37310.mir:64-68
+  !llvm.module.flags = !{!0}
+  !llvm.ident = !{!1}
+  
+  !0 = !{i32 1, !"wchar_size", i32 4}
+  !1 = !{!"clang version 7.0.0 (trunk 331069) (llvm/trunk 331070)"}
----------------
This can be removed.


Repository:
  rL LLVM

https://reviews.llvm.org/D47372





More information about the llvm-commits mailing list