[llvm] [AMDGPU] Fix llvm.amdgcn.workitem.id-unsupported-calling-convention.ll (PR #127041)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 04:36:26 PST 2025
================
@@ -1,55 +1,24 @@
-; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
-; RUN: llc -mtriple=amdgcn -mcpu=gfx942 -O0 -stop-after=amdgpu-isel -o - %s | FileCheck --check-prefix=SelDAG %s
-; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx942 -stop-after=legalizer -o - %s | FileCheck --check-prefix=GlobalISel %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx942 -o - %s | FileCheck --check-prefix=SELDAG %s
+; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx942 -o - %s | FileCheck --check-prefix=GLOBALISEL %s
----------------
arsenm wrote:
Use explicit -global-isel=0 for the dag run line. Should also use a common prefix, they both have the same output
https://github.com/llvm/llvm-project/pull/127041
More information about the llvm-commits
mailing list