[PATCH] D150997: [llvm] Split out DenseMapInfo<variant> specialization

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 21 13:57:17 PDT 2023


barannikov88 added inline comments.


================
Comment at: flang/include/flang/Optimizer/HLFIR/HLFIROps.h:22
 #include "mlir/Interfaces/SideEffectInterfaces.h"
+#include <variant>
 
----------------
IncludeGuardian wrote:
> I wasn't sure if it is possible to include `<vector>` within `HLFIROps.td` so it has been included here instead.
That's fine, we do that everywhere :)



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

https://reviews.llvm.org/D150997



More information about the cfe-commits mailing list