[flang-commits] [flang] [flang][Lower] Move getHashValue and isEqual implementations to Utils… (PR #125513)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Mon Feb 3 07:31:38 PST 2025


================
@@ -14,13 +14,13 @@
 #define FORTRAN_LOWER_SUPPORT_UTILS_H
 
 #include "flang/Common/indirection.h"
+#include "flang/Lower/IterationSpace.h"
----------------
tblah wrote:

Ahh I see, and you can't forward declare because it is a nested class, I didn't spot that.

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


More information about the flang-commits mailing list