[llvm-branch-commits] [OpenMP][MLIR] Extend record member map support for omp dialect to LLVM-IR (PR #82852)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 23 07:21:34 PDT 2024


================
@@ -33,6 +33,8 @@
 #include "llvm/Transforms/Utils/ModuleUtils.h"
 
 #include <any>
+#include <cstdint>
+#include <numeric>
----------------
skatrak wrote:

Maybe not needed if `std::iota` call is removed?

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


More information about the llvm-branch-commits mailing list