diff --git a/build_tools/llvm_version.txt b/build_tools/llvm_version.txt index 2deeb42ee..e8a5804ea 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1 +1 @@ -50d837e3019136aa42a73c06dd117fe6ca8cf148 +1216cde81afa263b972171116f8d3ca94c941107 diff --git a/lib/TPP/Transforms/ToBlockLayoutAndBack.cpp b/lib/TPP/Transforms/ToBlockLayoutAndBack.cpp index 1b4600d74..99cd1aba2 100644 --- a/lib/TPP/Transforms/ToBlockLayoutAndBack.cpp +++ b/lib/TPP/Transforms/ToBlockLayoutAndBack.cpp @@ -21,9 +21,10 @@ #include "mlir/Dialect/Traits.h" #include "mlir/Dialect/Utils/IndexingUtils.h" #include "mlir/Dialect/Utils/StaticValueUtils.h" -#include "mlir/Support/MathExtras.h" #include "mlir/Transforms/GreedyPatternRewriteDriver.h" +#include "llvm/Support/MathExtras.h" + using namespace mlir; namespace mlir {