Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

26
external/llvm/test/MC/Hexagon/labels.s vendored Normal file
View File

@@ -0,0 +1,26 @@
# RUN: llvm-mc -triple=hexagon -filetype=asm -o - %s | FileCheck %s
# CHECK: a:
a:
# CHECK: r1:
r1:
# CHECK: r3:
# CHECK: nop
r3:nop
# CHECK: r5:4 = combine(r5,r4)
r5:4 = r5:4
# CHECK: r0 = r1
# CHECK: p0 = tstbit(r0,#10)
# CHECK: if (!p0) jump
1:r0=r1; p0=tstbit(r0, #10); if !p0 jump 1b;
# CHECK: nop
# CHECK: r1 = add(r1,#4)
# CHECK: r5 = memw(r1+#0)
# CHECK: endloop0
b: { r5 = memw(r1)
r1 = add(r1, #4) } : endloop0