[Mlir-commits] [flang] [mlir] [LLVM-Flang][OpenMP] Fix to resolve the crash with SIMD aligned clause. (PR #150612)
Kiran Chandramohan
llvmlistbot at llvm.org
Mon Jul 28 07:49:12 PDT 2025
kiranchandramohan wrote:
> Hi @kiranchandramohan , In the recent patch, I added a warning for aligned clause in `OpenMPDialect::verifyAlignedClause()`, so it will emit warning for both flang and openmp mlir.
Since the OpenMP standard does not disallow it, it probably only makes sense to give this warning while translating to LLVM IR. So I would prefer the place where it is ignored as the place where the warning is given, unless there are other infrastructural reasons.
https://github.com/llvm/llvm-project/pull/150612
More information about the Mlir-commits
mailing list