[flang-commits] [flang] [flang][openacc] Do not loose attributes on folding (PR #80516)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Fri Feb 2 16:38:20 PST 2024
================
@@ -0,0 +1,39 @@
+// RUN: fir-opt %s --opt-bufferization | FileCheck %s
+
+// Check that OpenACC attributes are propagated to the defining operations when
+// fir.box_addr is folded in bufferization optimization.
----------------
vzakhari wrote:
Did you intend to use `fir.box_addr` in the test? I do not see any :)
https://github.com/llvm/llvm-project/pull/80516
More information about the flang-commits
mailing list