[clang] [compiler-rt] [llvm] [X86] Remove vector length (256 vs 512) distinction of AVX10 (PR #167736)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 12 19:24:32 PST 2025


phoebewang wrote:

> There are still remnants of 256 vs 512 distinction, like defining `__AVX10_1_512__` and `FeatureAVX10_1_512` in the X86.td -- but I believe those should stay, for compatibility purposes, right?

Yes, please add tests for `-mattr=+avx10.1/2-512` in case we won't remove them by accident.

https://github.com/llvm/llvm-project/pull/167736


More information about the llvm-commits mailing list