[all-commits] [llvm/llvm-project] 1b5cd1: [Flang][OpenMP] Permit loop construct in simd regi...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Mon Apr 28 08:20:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b5cd1dfb3b9597a2a04f25e04143f218ebf5459
https://github.com/llvm/llvm-project/commit/1b5cd1dfb3b9597a2a04f25e04143f218ebf5459
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/test/Semantics/OpenMP/nested-simd.f90
Log Message:
-----------
[Flang][OpenMP] Permit loop construct in simd regions (#137020)
Simdizable constructs are permitted in a simd region. The loop construct
is a simdizable construct.
Also fixes the TODO corresponding to this.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list