brintos

brintos / llvm-project-archived public Read only

0
0
Text · 484 B · 95ae8a6 Raw
9 lines · plain
1; RUN: not llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,+wavefrontsize64 < %s 2>&1 | FileCheck %s -check-prefix=ERR -implicit-check-not=error:2; RUN: not llc -global-isel=1 -mtriple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,+wavefrontsize64 < %s 2>&1 | FileCheck %s -check-prefix=ERR -implicit-check-not=error:3 4; ERR: error: {{.*}} in function f void (): must specify exactly one of wavefrontsize32 and wavefrontsize645 6define void @f() {7  ret void8}9