[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / fjcvtzs.mir
blobefdee63669e29e30c1f36f24dbaeda734e26b47c
1 # RUN: not llc -o - %s -mtriple=arm64-eabi -mattr=+jsconv -run-pass=legalizer 2>&1 | FileCheck %s
3 # CHECK: [[@LINE+11]]:49: missing implicit register operand 'implicit-def $nzcv'
5 ...
6 ---
7 name:            test_jcvt
8 liveins:
9   - { reg: '$d0' }
10 body:             |
11   bb.0:
12     liveins: $d0
14     renamable $w0 = FJCVTZS killed renamable $d0
15     RET undef $lr, implicit killed $w0
17 ...