[C++20][Modules][Serialization] Add an additional test case for #120277. (#126349)
[llvm-project.git] / llvm / test / Other / amdgpu-pass-pipeline-parsing.ll
blob032c2b9d297bba50c4a63cab181f6ad51f659a1c
1 ; REQUIRES: amdgpu-registered-target
3 ; RUN: not opt -S -mtriple=amdgcn-amd-amdhsa -passes='amdgpu-attributor<random>' -disable-output %s 2>&1 | FileCheck %s
5 ; CHECK: amdgpu-attributor: invalid AMDGPUAttributor pass parameter 'random'
7 define void @f() {
8 entry:
9  br label %loop
10 loop:
11  br label %loop