[all-commits] [llvm/llvm-project] 30371d: [ARM] More unpredictable VCVT instructions.
David Green via All-commits
all-commits at lists.llvm.org
Mon Jul 20 23:32:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30371df85f3e6fc2352647566f92c9079f77b2c7
https://github.com/llvm/llvm-project/commit/30371df85f3e6fc2352647566f92c9079f77b2c7
Author: David Green <david.green at arm.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrVFP.td
M llvm/test/CodeGen/Thumb2/mve-vcvt.ll
M llvm/unittests/Target/ARM/MachineInstrTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list