When inserting an unreachable after a noreturn call, we must ensure
that it's not a musttail call to avoid breaking the IR invariants for
musttail calls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D60079
[PruneEH] Don't split musttail call from ret JosephTremoulet on Apr 1 2019, 11:06 AM. Authored by
Details When inserting an unreachable after a noreturn call, we must ensure
Diff Detail
|