aboutsummaryrefslogtreecommitdiff
path: root/flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp')
-rw-r--r--flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp b/flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp
index 9a80e3b..072aee5 100644
--- a/flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp
+++ b/flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp
@@ -100,6 +100,10 @@ struct TestFIROpenACCInterfaces
}
}
+ llvm::errs() << "\t\tHas unknown dimensions: "
+ << (mappableTy.hasUnknownDimensions() ? "true" : "false")
+ << "\n";
+
if (auto declareOp =
dyn_cast_if_present<hlfir::DeclareOp>(var.getDefiningOp())) {
llvm::errs() << "\t\tShape: " << declareOp.getShape() << "\n";