[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 13:58:22 PST 2025
================
@@ -255,7 +255,6 @@ void NVPTXTargetMachine::registerPassBuilderCallbacks(PassBuilder &PB) {
PB.registerPipelineStartEPCallback(
[this](ModulePassManager &PM, OptimizationLevel Level) {
FunctionPassManager FPM;
- FPM.addPass(NVVMReflectPass(Subtarget.getSmVersion()));
----------------
jdoerfert wrote:
You remove the addPass here, where is the "remaining" or new one?
https://github.com/llvm/llvm-project/pull/121834
More information about the llvm-commits
mailing list