1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/Hexagon/v6vec-vmemcur-prob.mir
Krzysztof Parzyszek 66abdd815e [Hexagon] Add more lit tests
llvm-svn: 327271
2018-03-12 14:01:28 +00:00

21 lines
427 B
YAML

# RUN: llc -march=hexagon -start-after if-converter %s -o - | FileCheck %s
# Test that we do no generate a .cur, which refers to vector register generated
# in a previous packet and used in the current packet.
# CHECK-NOT: .cur
---
name: fred
tracksRegLiveness: true
body: |
bb.0:
liveins: $r0, $v0, $v1
$v2 = V6_vaddh $v0, $v1
$v0 = V6_vL32b_ai $r0, 0
J2_jumpr $r31, implicit-def $pc, implicit $v0
...