[llvm] [AMDGPU] SelDAG: fix lowering of undefined workitem intrinsics (PR #126058)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 08:38:03 PST 2025
================
@@ -0,0 +1,61 @@
+; 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=si-fix-sgpr-copies -o - %s | FileCheck --check-prefix=SelDAG %s
----------------
shiltian wrote:
Wonder why you want to stop it after `si-fix-sgpr-copies` instead of something earlier? I suppose right after `amdgpu-isel` would be sufficient.
https://github.com/llvm/llvm-project/pull/126058
More information about the llvm-commits
mailing list