Skip to content

Commit

Permalink
[MLIR][Bufferization] Remove GEN_PASS_DEF_BUFFERIZATIONBUFFERIZE (l…
Browse files Browse the repository at this point in the history
…lvm#128842)

It was related to the old bufferization mechanism, which has since been
retired.
  • Loading branch information
chelini authored Feb 26, 2025
1 parent e264b0e commit ec9c293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace mlir {
namespace bufferization {
#define GEN_PASS_DEF_BUFFERIZATIONBUFFERIZE
#define GEN_PASS_DEF_ONESHOTBUFFERIZE
#include "mlir/Dialect/Bufferization/Transforms/Passes.h.inc"
} // namespace bufferization
Expand Down

0 comments on commit ec9c293

Please sign in to comment.