================ @@ -119,9 +119,13 @@ bool X86TargetInfo::initFeatureMap( setFeatureEnabled(Features, F, true); std::vector<std::string> UpdatedFeaturesVec; - bool HasEVEX512 = true; + std::vector<std::string> UpdatedAVX10FeaturesVec; + int HasEVEX512 = -1; ---------------- KanRobert wrote:
Use std::optional<bool> ? https://github.com/llvm/llvm-project/pull/71318 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits