[all-commits] [llvm/llvm-project] 3172c6: [mlir][gpu] Fix bug with gpu.printf global locatio...
Adam Straw via All-commits
all-commits at lists.llvm.org
Wed Jun 4 23:22:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3172c618956c0523846a98c3c5044df5a4b551b2
https://github.com/llvm/llvm-project/commit/3172c618956c0523846a98c3c5044df5a4b551b2
Author: Adam Straw <astraw at nvidia.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M mlir/include/mlir/IR/Location.h
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
A mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm-debuginfo.mlir
Log Message:
-----------
[mlir][gpu] Fix bug with gpu.printf global location (#142872)
Bug description: Global variables and functions created during
gpu.printf conversion to NVVM may contain debug info metadata from
function containing the gpu.printf which cannot be used out of that
function.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list