repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++20][Modules][Serialization] Add an additional test case for #120277. (#126349)
[llvm-project.git]
/
llvm
/
test
/
Other
/
amdgpu-pass-pipeline-parsing.ll
blob
032c2b9d297bba50c4a63cab181f6ad51f659a1c
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
7
define void @f() {
8
entry:
9
br label %loop
10
loop:
11
br label %loop
12
}