1; REQUIRES: amdgpu-registered-target 2 3; RUN: not opt -S -mtriple=amdgcn-amd-amdhsa -passes='amdgpu-attributor<random>' -disable-output %s 2>&1 | FileCheck %s 4 5; CHECK: amdgpu-attributor: invalid AMDGPUAttributor pass parameter 'random' 6 7define void @f() { 8entry: 9 br label %loop 10loop: 11 br label %loop 12} 13