[Mlir-commits] [flang] [mlir] [Flang][mlir][OpenMP] Translate omp.declare_simd to LLVM IR (PR #187767)
Kiran Chandramohan
llvmlistbot at llvm.org
Wed Mar 25 13:54:05 PDT 2026
kiranchandramohan wrote:
> Translate omp.declare_simd operations to LLVM IR by computing Vector
> Function ABI (VFABI) mangled names and attaching them as function
> attributes.
Would you know the status of declare simd support in Clang? Is mangling sufficient for vectorization to happen? Who will do the actual vectorization of the declare simd region?
https://github.com/llvm/llvm-project/pull/187767
More information about the Mlir-commits
mailing list