[llvm] [SandboxIR] Implement UnreachableInst (PR #101856)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 18:48:09 PDT 2024


https://github.com/vporpo commented:

I think I figured out what the problem was. I have updated the comments. To summarize, just drop `ret void` and change the code to InsertBefore UI, and the test should pass.

https://github.com/llvm/llvm-project/pull/101856


More information about the llvm-commits mailing list