repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
Generic
/
machine-function-redefinition-error.mir
blob
a05d5357182ed6d3eb950c1aec129709a927808a
1
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
# This test ensures that the machine function errors are reported correctly.
3
4
---
5
name: foo
6
...
7
---
8
# CHECK: redefinition of machine function 'foo'
9
name: foo
10
...