[llvm] [SelectionDAG] Fix an incorrect DebugLoc on a COPY (PR #122963)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 10:08:45 PST 2025
================
@@ -0,0 +1,70 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 < %s | FileCheck -check-prefix=GCN %s
----------------
adrian-prantl wrote:
It would be more targeted to compile this with -stop-before=regalloc and check the MIR output instead of going all the way to assembler.
https://github.com/llvm/llvm-project/pull/122963
More information about the llvm-commits
mailing list