Bump llvm-project to 164410324d8bf3b5a99e39f7dfe3c6d6972dab30

Date:   Mon Nov 30 12:44:35 2020 -0800

Fixes:
- func-bufferize is no longer finalizing, so we need to add
  finalizing-bufferize.
pull/140/head
Sean Silva 2020-11-30 13:55:29 -08:00
parent 955fd3eeda
commit f9b32a99fc
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4f5355ee73626f8b8fe6bf0dd6d167fea7628a2c
Subproject commit 164410324d8bf3b5a99e39f7dfe3c6d6972dab30

View File

@ -248,6 +248,7 @@ void mlir::NPCOMP::createRefBackendLoweringPipeline(
pm.addNestedPass<FuncOp>(createSCFBufferizePass());
pm.addNestedPass<FuncOp>(createLinalgBufferizePass());
pm.addPass(createFuncBufferizePass());
pm.addNestedPass<FuncOp>(createFinalizingBufferizePass());
// TODO: Do buffer deallocation. We should be able to just drop in the
// upstream pass?