[PATCH] D152789: NVPTX: Lower unreachable to exit to allow ptxas to accurately reconstruct the CFG.
Tim Besard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 05:25:38 PDT 2023
maleadt added a comment.
In D152789#4418519 <https://reviews.llvm.org/D152789#4418519>, @jdoerfert wrote:
> Why do we need the structurizer pass as well?
We don't, I accidentally added that to this PR.
I removed it, but I'm not sure if I did the right `arc` incantation (`arc diff --update D152789`) to push that change, as it's the only one the UI now shows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152789/new/
https://reviews.llvm.org/D152789
More information about the llvm-commits
mailing list