You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
318 B

# RUN: llc -march=hexagon -run-pass=postrapseudos -o - %s | FileCheck %s
# CHECK: $v2 = V6_vcmov $p0, killed $v0
# CHECK: $v2 = V6_vncmov killed $p0, killed $v1, implicit $v2
---
name: f0
tracksRegLiveness: true
body: |
bb.0:
liveins: $p0, $v0, $v1
$v2 = PS_vselect killed $p0, killed $v0, killed $v1
...