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

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 01:23:26 PST 2021


clementval marked an inline comment as done.
clementval added inline comments.


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


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