[Mlir-commits] [mlir] [mlir][GPU] Do not strip location info when lowering to NVVM (PR #120432)

Mehdi Amini llvmlistbot at llvm.org
Wed Dec 18 07:33:55 PST 2024


================
@@ -73,7 +73,6 @@ void buildCommonPassPipeline(
 //===----------------------------------------------------------------------===//
 void buildGpuPassPipeline(OpPassManager &pm,
                           const mlir::gpu::GPUToNVVMPipelineOptions &options) {
-  pm.addNestedPass<gpu::GPUModuleOp>(createStripDebugInfoPass());
----------------
joker-eph wrote:

Why was this added in the first place?

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


More information about the Mlir-commits mailing list