[llvm] [SelectionDAG] Fix an incorrect DebugLoc on a COPY (PR #122963)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 19:04:16 PST 2025


================
@@ -0,0 +1,72 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1030 -o - < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:

Should this go in test/DebugInfo instead of test/CodeGen? 

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


More information about the llvm-commits mailing list