[all-commits] [llvm/llvm-project] efb038: [Flang][Openmp]Prevent TODO abort on nothing direc...
ShashwathiNavada via All-commits
all-commits at lists.llvm.org
Thu Jun 11 22:15:23 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efb038f38f23ee201ac872ae98668c2ef922f0fa
https://github.com/llvm/llvm-project/commit/efb038f38f23ee201ac872ae98668c2ef922f0fa
Author: ShashwathiNavada <shashwathinavada at gmail.com>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/test/Lower/OpenMP/Todo/error.f90
A flang/test/Lower/OpenMP/nothing.f90
Log Message:
-----------
[Flang][Openmp]Prevent TODO abort on nothing directive (#202679)
Since nothing is a no-op directive (OpenMP 5.2, 8.4), handle it during
lowering instead of falling through to the generic unimplemented
utility-directive path and triggering a TODO abort.
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