================
@@ -145,6 +145,9 @@ def FeatureVBMI : SubtargetFeature<"avx512vbmi",
"HasVBMI", "true",
def FeatureVBMI2 : SubtargetFeature<"avx512vbmi2", "HasVBMI2", "true",
"Enable AVX-512 further Vector Byte Manipulation
Instructions",
[FeatureBWI]>;
+def FeatureBMM : SubtargetFeature<"avx512bmm", "HasBMM", "true",
+ "Enable AVX512 Bit Manipulation Instructions",[FeatureVLX]>;
----------------
ganeshgit wrote:
Yes, to be consistent with previous AVX512, I will reframe it to have BWI as
prerequisite!
https://github.com/llvm/llvm-project/pull/179150
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits