[clang] [compiler-rt] [llvm] [X86] Add AVX512BMM support for AMD Zen 6 (znver6) (PR #182556)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 8 06:50:07 PDT 2026
ganeshgit wrote:
> > shouldn't this patch have added a flag `-mavx512bmm` to clang ? If I look at #179150 it seems there used to be a change to `clang/include/clang/Options/Options.td` gcc has such a flag for example.. cc @ganeshgit
>
> Based on the existing `-m` flags, I think you may be right. CC @phoebewang @efriedma-quic @nikic for additional opinions (I'm not 100% sure but we've got a branch cut coming up next week).
It's a miss. I will post a patch for review.
https://github.com/llvm/llvm-project/pull/182556
More information about the cfe-commits
mailing list