[llvm] [DAGCombiner] Preserve debug location of original load in fold (conv (load x)) (PR #160236)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 22:47:41 PDT 2025
================
@@ -0,0 +1,41 @@
+; RUN: llc -mtriple=amdgcn -mcpu=gfx942 < %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=amdgcn -mcpu=gfx942 < %s | FileCheck %s
```
Test belongs in test/DebugInfo
https://github.com/llvm/llvm-project/pull/160236
More information about the llvm-commits
mailing list