[llvm] [NVPTX] Do not run the NVVMReflect pass as part of the normal pipeline (PR #121834)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 14:50:56 PST 2025


jdoerfert wrote:

FWIW, the pass should be super cheap, if it starts by looking for the intrinsic and then the uses. Running it twice is a valid option.

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


More information about the llvm-commits mailing list