[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" and "OutlineableOpenMPOpInterface" trait to omp.target (PR #67164)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Sep 27 14:55:21 PDT 2023
================
@@ -17,7 +17,7 @@ subroutine sub_parallel()
!CHECK-LABEL: sub_target
subroutine sub_target()
print *, x
-!CHECK: omp.target {
+!CHECK: omp.target
----------------
kiranchandramohan wrote:
The change will be clearer if you use `!CHECK: omp.target {{.*}} {`.
https://github.com/llvm/llvm-project/pull/67164
More information about the flang-commits
mailing list