[llvm] [AMDGPU] SelDAG: fix lowering of undefined workitem intrinsics (PR #126058)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 13:03:49 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
----------------
ro-i wrote:

works too (see my latest push) :) It just doesn't show the `IMPLICIT_DEF`s explicitly.

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


More information about the llvm-commits mailing list