[llvm] [NFC][ARM] Split SIMD identifier away from MVE (PR #130296)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 9 10:57:54 PDT 2025


https://github.com/davemgreen commented:

It looks like there is a failing test. This sounds OK so long as you have tested it to make sure it doesn't alter anything unexpected. SIMD is really a generic term for any vectorization, ASIMD (Advanced SIMD) is the architectural name for Neon. It looks like for gcc +simd only implies +neon though, it can't be used for +mve too.

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


More information about the llvm-commits mailing list