Skip to content

Commit

Permalink
Bump LLVM
Browse files Browse the repository at this point in the history
Replace removed MLIR header with its consolidated LLVM equivalent
  • Loading branch information
adam-smnk committed Jun 12, 2024
1 parent f307b5a commit 5a0141d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50d837e3019136aa42a73c06dd117fe6ca8cf148
1216cde81afa263b972171116f8d3ca94c941107
3 changes: 2 additions & 1 deletion lib/TPP/Transforms/ToBlockLayoutAndBack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5a0141d

Please sign in to comment.