xref: /aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: opt -S -mtriple=amdgcn-- -amdgpu-codegenprepare < %s | FileCheck %s
2; RUN: opt -S -amdgpu-codegenprepare < %s
3; Make sure this doesn't crash with no triple
4
5; CHECK-LABEL: @foo(
6define void @foo() {
7  ret void
8}
9