[X86] Split multi-line chained assignments into single lines to avoid making clang...
authorCraig Topper <craig.topper@intel.com>
Thu, 23 May 2019 21:34:36 +0000 (21:34 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 23 May 2019 21:34:36 +0000 (21:34 +0000)
commita85c0fd918749fe88c3a3bbc5ca23061e88b4536
treee587ba41982076604681f932f29e201b175690e4
parentca6a8ae0bffe88f3f0974316b2408b2548ff6f77
[X86] Split multi-line chained assignments into single lines to avoid making clang-format create triangle shaped indentation. Simplify one if statement to remove a bunch of string matches. NFCI

We had an if statement that checked over every avx512* feature to see if it should enabled avx512f. Since they are all prefixed with avx512 just check for that instead.

llvm-svn: 361557
clang/lib/Basic/Targets/X86.cpp