repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Assembler
/
invalid-uselistorder_bb-not-bb.ll
blob
e59e7543ae7d98a518d85051473e43c94c0da50e
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
; CHECK: error: expected basic block in uselistorder_bb
3
define i32 @foo(i32 %arg) {
4
ret i32 %arg
5
}
6
uselistorder_bb @foo, %arg, { 1, 0 }