[Mlir-commits] [flang] [mlir] [Flang][mlir][OpenMP] Translate omp.declare_simd to LLVM IR (PR #187767)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Apr 9 12:47:13 PDT 2026
chichunchen wrote:
> I assume that there is still more work needed to create the vector region for the region marked declare simd. Isn't it?
@kiranchandramohan , I got what you said. Yes, Clang and LLVM currently does not generate vector function bodies from `declare simd` so enabling the pass would cause LoopVectorize to emit calls to symbols that don't exist.
https://github.com/llvm/llvm-project/pull/187767
More information about the Mlir-commits
mailing list