[llvm] [NVPTX] Fix code generation for `trap-unreachable`. (PR #67478)

Tim Besard via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 00:51:11 PDT 2023


https://github.com/maleadt approved this pull request.

LGTM.

It didn't occur to me to preserve the `trap` as in Julia we're mostly avoiding that instruction since it 'breaks' the GPU for the current process, without a way to reset.

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


More information about the llvm-commits mailing list