In the process of rewriting allocas and phis that use them, the SROA
pass can try to insert a non-PHI instruction by calling
getFirstInsertionPt(), which is not possible in a catchswitch BB. This
CL makes we bail out on these cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
There is no run line in this test, so it doesn't actually test anything.