[llvm] [AMDGPU][Verifier] Allow llvm.amdgcn.unreachable after cs.chain (PR #139494)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Sun May 11 22:16:17 PDT 2025
================
@@ -0,0 +1,38 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -mtriple=amdgcn--amdpal -mcpu=gfx1200 -verify -amdgpu-unify-divergent-exit-nodes -verify -S %s -o - | FileCheck %s
----------------
perlfu wrote:
This runs a pass, so I don't think `llvm-as` etc is appropriate.
https://github.com/llvm/llvm-project/pull/139494
More information about the llvm-commits
mailing list