[PATCH] D155662: [X86] Promote VAES implied feature to AVX2
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 17:25:10 PDT 2023
FreddyYe added a comment.
As we noticed in SHA512's spec, it mentions AVX in "CPUID Feature Flag" only, but from software view, we can promote it to AVX2 as all machines having SHA512 have AVX2. Just like VAES here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155662/new/
https://reviews.llvm.org/D155662
More information about the llvm-commits
mailing list