[flang] lower any intrinsic to hlfir.any operation
authorJacob Crawley <jacob.crawley@arm.com>
Wed, 10 May 2023 14:23:48 +0000 (14:23 +0000)
committerJacob Crawley <jacob.crawley@arm.com>
Mon, 15 May 2023 09:32:23 +0000 (09:32 +0000)
commitd7b19b0e9082471b8fd95e3f40af2557b33af54e
tree32ab98a6d5eed1f50d152a683fcb506ac2ab42a3
parent622281a7b35946aed45851971de9d0eb0b265f2e
[flang] lower any intrinsic to hlfir.any operation

Carries out the lowering of the any intrinsic into HLFIR

Depends on: D149964

Differential Revision: https://reviews.llvm.org/D150272
flang/lib/Lower/ConvertCall.cpp
flang/test/Lower/HLFIR/any.f90 [new file with mode: 0644]