brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · 032c2b9 Raw
13 lines · plain
1; REQUIRES: amdgpu-registered-target2 3; RUN: not opt -S -mtriple=amdgcn-amd-amdhsa -passes='amdgpu-attributor<random>' -disable-output %s 2>&1 | FileCheck %s4 5; CHECK: amdgpu-attributor: invalid AMDGPUAttributor pass parameter 'random'6 7define void @f() {8entry:9 br label %loop10loop:11 br label %loop12}13