[all-commits] [llvm/llvm-project] 95bc21: [X86] Add avx512vp2intersect feature to compiler-r...
topperc via All-commits
all-commits at lists.llvm.org
Thu May 21 21:55:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95bc21f32faa03b2cee6ff2f4f7d0e983a2a9e00
https://github.com/llvm/llvm-project/commit/95bc21f32faa03b2cee6ff2f4f7d0e983a2a9e00
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M compiler-rt/lib/builtins/cpu_model.c
Log Message:
-----------
[X86] Add avx512vp2intersect feature to compiler-rt's feature detection to match libgcc.
Commit: 4cd696f92fde5fa0bc570ca059e0f1ce7344c807
https://github.com/llvm/llvm-project/commit/4cd696f92fde5fa0bc570ca059e0f1ce7344c807
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M clang/test/CodeGen/target-builtin-noerror.c
M llvm/include/llvm/Support/X86TargetParser.def
Log Message:
-----------
[X86] Allow avx512vp2intersect to be used with __builtin_cpu_supports.
compiler-rt and trunk libgcc support this now.
Compare: https://github.com/llvm/llvm-project/compare/2e40cf06df0c...4cd696f92fde
More information about the All-commits
mailing list