[ARM] More unpredictable VCVT instructions.
authorDavid Green <david.green@arm.com>
Tue, 21 Jul 2020 05:49:04 +0000 (06:49 +0100)
committerDavid Green <david.green@arm.com>
Tue, 21 Jul 2020 06:24:37 +0000 (07:24 +0100)
commit30371df85f3e6fc2352647566f92c9079f77b2c7
tree823d061376245bb53918be62b6457f245bbde72c
parentcb5926795aaf4ca0059e8e4f985fcfd156a71477
[ARM] More unpredictable VCVT instructions.

These extra vcvt instructions were missed from 74ca67c109 because they
live in a different Domain, but should be treated in the same way.

Differential Revision: https://reviews.llvm.org/D83204
llvm/lib/Target/ARM/ARMInstrVFP.td
llvm/test/CodeGen/Thumb2/mve-vcvt.ll
llvm/unittests/Target/ARM/MachineInstrTest.cpp