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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
missing-tbaa.ll
blob
c0ea25f4f279d2e67e9b9d42feaa540a34009fc5
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
; Check that !tbaa upgrade doesn't crash on undefined metadata (it should give
3
; an error).
4
5
define void @foo() {
6
entry:
7
store i8 undef, ptr undef,
8
; CHECK: :[[@LINE+1]]:10: error: use of undefined metadata '!1'
9
!tbaa !1
10
unreachable
11
}