[PATCH] D150997: [llvm] Split out DenseMapInfo<variant> specialization
Elliot Goodrich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 21 13:24:06 PDT 2023
IncludeGuardian requested review of this revision.
IncludeGuardian added inline comments.
================
Comment at: flang/include/flang/Optimizer/HLFIR/HLFIROps.h:22
#include "mlir/Interfaces/SideEffectInterfaces.h"
+#include <variant>
----------------
I wasn't sure if it is possible to include `<vector>` within `HLFIROps.td` so it has been included here instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150997/new/
https://reviews.llvm.org/D150997
More information about the llvm-commits
mailing list