llvm-project/flang/test/Semantics/OpenMP
Kiran Chandramohan e838c06588 [Flang] Use the ultimate symbol in a DeallocateStmt check
Use the ultimate symbol while calling the `IsAllocatableOrPointer`
function to ensure that the check works as expected for
host-associated symbols.

Fixes #58178

Reviewed By: PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D135443
2022-10-07 14:47:59 +00:00
..
dealloc.f90 [Flang] Use the ultimate symbol in a DeallocateStmt check 2022-10-07 14:47:59 +00:00
omp-allocate-directive.f90
omp-allocate01.f90
omp-allocate02.f90
omp-allocate03.f90
omp-allocate04.f90
omp-allocate05.f90
omp-allocate06.f90
omp-allocate07.f90
omp-allocate08.f90
omp-atomic-hint-clause.f90 [flang][OpenMP] Added semantic checks for hint clause 2022-07-14 18:24:57 +05:30
omp-atomic.f90
omp-atomic01.f90
omp-atomic02.f90
omp-atomic03.f90
omp-atomic04.f90
omp-atomic05.f90
omp-clause-validity01.f90
omp-combined-constructs.f90
omp-common-block.f90 [flang][OpenMP] Fix resolve common block in data-sharing clauses 2022-10-02 10:38:27 +08:00
omp-copyin01.f90
omp-copyin02.f90
omp-copyin03.f90
omp-copyin04.f90
omp-copyin05.f90
omp-copying.f90
omp-copyprivate01.f90
omp-copyprivate02.f90
omp-copyprivate03.f90
omp-critical-hint-clause.f90 [flang][OpenMP] Added semantic checks for hint clause 2022-07-14 18:24:57 +05:30
omp-declarative-directive.f90
omp-declare-target01.f90
omp-declare-target02.f90
omp-declare-target03.f90
omp-declare-target04.f90
omp-declare-target05.f90
omp-default-clause.f90 [flang][OpenMP] Lowering support for default clause 2022-08-12 16:46:26 +05:30
omp-default.f90
omp-default02.f90
omp-depend01.f90
omp-depend02.f90
omp-depend03.f90
omp-device-constructs.f90 [flang][OpenMP] Parser support for Target directive and Device clause 2022-08-21 22:26:02 +05:30
omp-do-collapse-positivecases.f90
omp-do-collapse.f90
omp-do-cycle.f90
omp-do-ordered-positivecases.f90
omp-do-ordered.f90
omp-do-schedule01.f90
omp-do-schedule02.f90
omp-do-schedule03.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do-schedule04.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do01-positivecase.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do01.f90
omp-do02.f90
omp-do03.f90
omp-do04-positivecase.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do04.f90
omp-do05-positivecase.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do05.f90
omp-do06-positivecases.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do06.f90
omp-do07.f90
omp-do08.f90
omp-do09.f90
omp-do10.f90
omp-do11.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do12.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do13.f90
omp-do14.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do15.f90
omp-do16.f90
omp-do17.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-do18.f90
omp-do19.f90
omp-firstprivate01.f90 [Flang][OpenMP] Provide an error when the minus operator is used in a reduction 2022-08-18 14:35:12 +00:00
omp-flush01.f90
omp-flush02.f90
omp-invalid-branch.f90
omp-lastprivate01.f90
omp-lastprivate02.f90
omp-linear-iter.f90
omp-loop-association.f90
omp-loop-simd01.f90
omp-modfile-threadprivate.f90
omp-nested-barrier.f90
omp-nested-cancel.f90
omp-nested-cancellation-point.f90
omp-nested-distribute.f90
omp-nested-master.f90
omp-nested-simd.f90
omp-nested-target.f90
omp-nested-teams.f90
omp-nested01.f90
omp-no-dowhile-in-parallel.f90
omp-nontemporal.f90
omp-ordered-simd.f90
omp-ordered01.f90
omp-ordered02.f90
omp-ordered03.f90
omp-parallel-private01.f90
omp-parallel-private02.f90
omp-parallel-private03.f90
omp-parallel-private04.f90
omp-parallel-sections01.f90
omp-parallel-shared01.f90
omp-parallel-shared02.f90
omp-parallel-shared03.f90
omp-parallel-shared04.f90
omp-parallel01.f90
omp-parallel02.f90
omp-private-is-pointer-check.f90
omp-private01.f90
omp-private02.f90
omp-reduction-subtract.f90 [Flang][OpenMP] Provide an error when the minus operator is used in a reduction 2022-08-18 14:35:12 +00:00
omp-reduction01.f90
omp-reduction02.f90 [Flang][OpenMP] Provide an error when the minus operator is used in a reduction 2022-08-18 14:35:12 +00:00
omp-reduction03.f90
omp-reduction04.f90 [Flang][OpenMP] Provide an error when the minus operator is used in a reduction 2022-08-18 14:35:12 +00:00
omp-reduction05.f90
omp-reduction06.f90
omp-reduction07.f90 [Flang][OpenMP] Provide an error when the minus operator is used in a reduction 2022-08-18 14:35:12 +00:00
omp-reduction08.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-reduction09.f90 [Flang][OpenMP] Provide an error when the minus operator is used in a reduction 2022-08-18 14:35:12 +00:00
omp-reduction10.f90
omp-resolve01.f90
omp-resolve02.f90
omp-resolve03.f90
omp-resolve04.f90
omp-resolve05.f90 [flang][OpenMP] Allow default(none) to access variables with PARAMETER attribute 2022-07-12 00:33:14 +05:30
omp-resolve06.f90
omp-sections01.f90
omp-sections02.f90
omp-sections03.f90
omp-simd-aligned.f90
omp-simd-nontemporal.f90
omp-simd01.f90
omp-simd02.f90
omp-simd03.f90
omp-single01.f90
omp-single02.f90
omp-symbol01.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol02.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol03.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol04.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol05.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol06.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol07.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-symbol08.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
omp-sync-critical01.f90
omp-sync-critical02.f90
omp-task01.f90
omp-taskgroup01.f90
omp-taskloop-simd01.f90
omp-taskloop01.f90
omp-taskloop02.f90
omp-taskloop03.f90
omp-threadprivate01.f90
omp-threadprivate02.f90
omp-threadprivate03.f90
omp-threadprivate04.f90 [flang][OpenMP] Fix resolve common block in data-sharing clauses 2022-10-02 10:38:27 +08:00
omp-threadprivate05.f90
omp-workshare01.f90
omp-workshare02.f90
omp-workshare03.f90
omp-workshare04.f90
omp-workshare05.f90