[PATCH] D86673: [StackColoring] Conservatively merge Variable in catch(Variable)

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 23:40:15 PDT 2020


LuoYuanke added inline comments.


================
Comment at: llvm/test/CodeGen/X86/StackColoring-first-use-in-catch.mir:7
+#
+#// Compile with "clang-cl -m32 -O2 -EHs test.cpp"
+#__attribute__((noinline,nothrow,weak)) void escape(int *p) { }
----------------
Since you have an .cpp or .ll to duplicate the bug, do you still need .mir test case?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86673/new/

https://reviews.llvm.org/D86673



More information about the llvm-commits mailing list