[flang-commits] [flang] [flang] Make adapt.valuebyref attribute work again (PR #73658)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Tue Nov 28 07:48:05 PST 2023


================
@@ -12,6 +12,7 @@
 // on the heap.
 //===----------------------------------------------------------------------===//
 
+#include "flang/Lower/ConvertExpr.h"
----------------
tblah wrote:

This feels like a circular dependency but I think it actually isn't (flang/lower depends upon FIRTransforms but not the HLFIR passes AFAICT).

@jeanPerier  do you think we should move `fir::getAdaptToByRefAttrName`?

https://github.com/llvm/llvm-project/pull/73658


More information about the flang-commits mailing list