[llvm] Add Option to Enable Dead Block Elimination in NVVMReflect (PR #144171)

Yonah Goldberg via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 15:01:48 PDT 2025


YonahGoldberg wrote:

We've had bugs filed with people compiling with nvcc -G on code that contains nvvmReflect and they get invalid PTX because of no nvvmReflect DCE cleanup. So it's not a corner case that that we turn this on, we will have it turned on for nvcc -G.

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


More information about the llvm-commits mailing list