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] Split large truncating MVE stores
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
AArch64
/
parse-low-level-type-invalid4.mir
blob
d66dd1044869225ae2a2e336ecfcd4772005b393
1
# RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
# When a low-level type is 0 bits
3
---
4
name: test_scalar_size_0
5
body: |
6
bb.0:
7
liveins: $x0
8
; CHECK: [[@LINE+1]]:10: invalid size for scalar type
9
%0:_(s0) = G_IMPLICIT_DEF
10
...