[PATCH] D111337: [fir] Add array value copy pass

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 11:42:52 PST 2021


mehdi_amini added inline comments.


================
Comment at: flang/include/flang/Optimizer/Builder/FIRBuilder.h:25
+#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/Optional.h"
 
----------------
Can you double check that these are needed in this header? It's not clear from the change in this file


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111337/new/

https://reviews.llvm.org/D111337



More information about the llvm-commits mailing list