[PATCH] D62367: [X86] VP2INTERSECT clang

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 24 00:13:26 PDT 2019


craig.topper added inline comments.


================
Comment at: lib/Basic/Targets/X86.cpp:518
   case AVX512F:
     Features["avx512f"] = Features["avx512cd"] = Features["avx512er"] =
         Features["avx512pf"] = Features["avx512dq"] = Features["avx512bw"] =
----------------
This patch needs to be rebased. I modified the formatting here earlier to fix the weird indentation.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62367/new/

https://reviews.llvm.org/D62367





More information about the cfe-commits mailing list