Skip to content

Commit 9f4212c

Browse files
authored
Integrate llvm-project@7af0bfe62 (#20315)
`enforceAliasingInvariants` was dropped upstream.
1 parent f458ddf commit 9f4212c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

compiler/src/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ void IREEComprehensiveBufferizePass::runOnOperation() {
261261
void IREEBufferizeConstantsPass::runOnOperation() {
262262
mlir::bufferization::OneShotBufferizationOptions opt;
263263
opt.copyBeforeWrite = true;
264-
opt.enforceAliasingInvariants = false;
265264
opt.opFilter.allowOperation(arith::ConstantOp::getOperationName());
266265
if (failed(
267266
mlir::bufferization::runOneShotBufferize(getOperation(), opt,

third_party/llvm-project

Submodule llvm-project updated 1530 files

0 commit comments

Comments
 (0)