Since willreturn will soon be added as default attribute (D86021), we can end up with both noreturn and willreturn on the same intrinsic. This was exposed by llvm.wasm.throw which has IntrNoReturn.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo