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
/
X86
/
inline-asm.mir
blob
4d976a944c5fe9931643cc6f3d9d588e024dd312
1
# RUN: llc -o - %s -mtriple=x86_64-- -run-pass none | FileCheck %s
2
---
3
# Avoid crash/assert when using an emptystring in an INLINEASM.
4
# CHECK-LABEL: name: emptystring
5
# CHECK: bb.0:
6
# CHECK: INLINEASM &"", 1
7
# CHECK: RET 0
8
name: emptystring
9
body: |
10
bb.0:
11
INLINEASM &"", 1
12
RET 0