[PATCH] D14454: [WinEH] Fix mutli-parent cloning
Andy Kaylor via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 10:21:23 PST 2015
andrew.w.kaylor updated this revision to Diff 39715.
andrew.w.kaylor added a comment.
This fixes the additional problems with determinism. I had to change the BlockColors value type (container) from a std::set to a SetVector. I don't think that should be a problem given the expected size of the sets involved.
Repository:
rL LLVM
http://reviews.llvm.org/D14454
Files:
lib/CodeGen/WinEHPrepare.cpp
test/CodeGen/WinEH/wineh-cloning.ll
test/CodeGen/WinEH/wineh-demotion.ll
test/CodeGen/WinEH/wineh-multi-parent-cloning.ll
test/CodeGen/WinEH/wineh-no-demotion.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14454.39715.patch
Type: text/x-patch
Size: 123462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/ada6f791/attachment.bin>
More information about the llvm-commits
mailing list