mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-17 18:58:39 +00:00
[X86] SSE4_A should only imply SSE3 not SSSE3 in the frontend.
SSE4_1 and SSE4_2 due imply SSSE3. So I guess I got confused when switching the code to being table based in D83273. Fixes PR47464
This commit is contained in:
parent
88dabfb171
commit
658b9fe735
@ -529,7 +529,7 @@ static constexpr FeatureBitset ImpliedFeaturesAVX5124FMAPS = {};
|
||||
static constexpr FeatureBitset ImpliedFeaturesAVX5124VNNIW = {};
|
||||
|
||||
// SSE4_A->FMA4->XOP chain.
|
||||
static constexpr FeatureBitset ImpliedFeaturesSSE4_A = FeatureSSSE3;
|
||||
static constexpr FeatureBitset ImpliedFeaturesSSE4_A = FeatureSSE3;
|
||||
static constexpr FeatureBitset ImpliedFeaturesFMA4 = FeatureAVX | FeatureSSE4_A;
|
||||
static constexpr FeatureBitset ImpliedFeaturesXOP = FeatureFMA4;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user