[PATCH] D152789: NVPTX: Lower unreachable to exit to allow ptxas to accurately reconstruct the CFG.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 10:46:24 PDT 2023


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

It's unfortunate that we don't seem to have a way to lower `unreachable` via normal lowering mechanisms. AFAICT we don't even have a selection DAG node type for it.


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