[PATCH] D22435: Fix pruned jump table basic blocks causing compilation failure (Bug 28102)

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 06:11:20 PDT 2018


lei added a comment.

PR39124 has a reduced IR that seem to be the same issue this fixes.  However I think Chri's suggested fix in PR28102 to remove the MBB references from the jump tables is a better way to go.  Can you please give that a try?


https://reviews.llvm.org/D22435





More information about the llvm-commits mailing list