Gcc supports target armv7ve which is armv7-a with virtualization
extensions. This change add support for this in llvm for gcc
compatibility.
Also remove redundant FeatureHWDiv, FeatureHWDivARM for a few models
as this is specified automatically by FeatureVirtualization.
The corresponding clang change is at https://reviews.llvm.org/D29773 .
Subscribers: aemerson, llvm-commits, rengolin
Differential Revision: https://reviews.llvm.org/D29472
The Virtualization extension requires TrustZone, so I would expect to see AEK_SEC in this list, unless this is implied by AEK_VIRT. I guess from the Divide macros also given that it is not.