mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
c0e6798650
Differential Revision: https://reviews.llvm.org/D83818
18 lines
383 B
YAML
18 lines
383 B
YAML
# RUN: not llc -o - %s -mtriple=arm64-eabi -mattr=+jsconv -run-pass=legalizer 2>&1 | FileCheck %s
|
|
|
|
# CHECK: [[@LINE+11]]:49: missing implicit register operand 'implicit-def $nzcv'
|
|
|
|
...
|
|
---
|
|
name: test_jcvt
|
|
liveins:
|
|
- { reg: '$d0' }
|
|
body: |
|
|
bb.0:
|
|
liveins: $d0
|
|
|
|
renamable $w0 = FJCVTZS killed renamable $d0
|
|
RET undef $lr, implicit killed $w0
|
|
|
|
...
|