Skip to content

Commit

Permalink
Drop unused header from CombineBarrierRegions.cpp. (#18559)
Browse files Browse the repository at this point in the history
Fix Bazel build break introduced by
#18541. The Bazel build is only
running nightly at the moment.

Noticed here:
https://github.com/iree-org/iree/actions/runs/10949482280/job/30402810821?pr=18558#step:5:567
and reproduced + tested the fix locally.
  • Loading branch information
ScottTodd committed Sep 19, 2024
1 parent 782f372 commit 9588e7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUOps.h"
#include "iree/compiler/Codegen/Dialect/GPU/Transforms/Passes.h"
#include "llvm/Support/Casting.h"
#include "mlir/Analysis/SliceAnalysis.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "mlir/Transforms/RegionUtils.h"

Expand Down

0 comments on commit 9588e7f

Please sign in to comment.