[flang-commits] [flang] [NFC][Flang][OpenMP] Remove obsolete declare simd lowering TODO test (PR #181756)

via flang-commits flang-commits at lists.llvm.org
Mon Feb 16 15:25:59 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-fir-hlfir

@llvm/pr-subscribers-flang-openmp

Author: Chi-Chun, Chen (chichunchen)

<details>
<summary>Changes</summary>

The TODO test for Flang OpenMP `declare simd` lowering is no longer needed, as the lowering was implemented in
https://github.com/llvm/llvm-project/pull/175604.

---
Full diff: https://github.com/llvm/llvm-project/pull/181756.diff


1 Files Affected:

- (removed) flang/test/Lower/OpenMP/Todo/omp-declare-simd.f90 (-11) 


``````````diff
diff --git a/flang/test/Lower/OpenMP/Todo/omp-declare-simd.f90 b/flang/test/Lower/OpenMP/Todo/omp-declare-simd.f90
deleted file mode 100644
index a63bfb284642c..0000000000000
--- a/flang/test/Lower/OpenMP/Todo/omp-declare-simd.f90
+++ /dev/null
@@ -1,11 +0,0 @@
-! This test checks lowering of OpenMP declare simd Directive.
-
-// RUN: not %flang_fc1 -emit-fir -fopenmp %s 2>&1 | FileCheck %s
-
-subroutine sub(x, y)
-  real, intent(inout) :: x, y
-
-  // CHECK: not yet implemented: OpenMPDeclareSimdConstruct
-  !$omp declare simd(sub) aligned(x)
-  x = 3.14 + y
-end

``````````

</details>


https://github.com/llvm/llvm-project/pull/181756


More information about the flang-commits mailing list