[PATCH] D104223: [flang] Fix compilation problem with rename of "MemRefDataFlow"

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 07:01:50 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb88fa0e39fa7: [flang] Fix compilation problem with rename of "MemRefDataFlow" (authored by PeteSteinfeld).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104223/new/

https://reviews.llvm.org/D104223

Files:
  flang/include/flang/Optimizer/Support/InitFIR.h


Index: flang/include/flang/Optimizer/Support/InitFIR.h
===================================================================
--- flang/include/flang/Optimizer/Support/InitFIR.h
+++ flang/include/flang/Optimizer/Support/InitFIR.h
@@ -56,7 +56,7 @@
   mlir::registerPrintOpStatsPass();
   mlir::registerInlinerPass();
   mlir::registerSCCPPass();
-  mlir::registerMemRefDataFlowOptPass();
+  mlir::registerAffineScalarReplacementPass();
   mlir::registerSymbolDCEPass();
   mlir::registerLocationSnapshotPass();
   mlir::registerAffinePipelineDataTransferPass();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104223.351860.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210614/3126970e/attachment.bin>


More information about the llvm-commits mailing list