skan added inline comments.
================ Comment at: llvm/lib/Support/X86TargetParser.cpp:293-301 + // Empty processor. Include X87 and CMPXCHG8 for backwards compatibility. + {{""}, CK_None, ~0U, FeatureX87 | FeatureCMPXCHG8B}, + // i386-generation processors. + {{"i386"}, CK_i386, ~0U, FeatureX87}, + // i486-generation processors. + {{"i486"}, CK_i486, ~0U, FeatureX87}, + {{"winchip-c6"}, CK_WinChipC6, ~0U, FeaturesPentiumMMX}, ---------------- It's not correct to format here in this patch and do not mix tab with space. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100085/new/ https://reviews.llvm.org/D100085 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits