[all-commits] [llvm/llvm-project] b88fa0: [flang] Fix compilation problem with rename of "Me...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Mon Jun 14 07:01:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b88fa0e39fa7b8906562b7044d06bba094c8b688
      https://github.com/llvm/llvm-project/commit/b88fa0e39fa7b8906562b7044d06bba094c8b688
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M flang/include/flang/Optimizer/Support/InitFIR.h

  Log Message:
  -----------
  [flang] Fix compilation problem with rename of "MemRefDataFlow"

Revision https://reviews.llvm.org/D104190 renamed MemRefDataFlow -> AffineScalarReplacement.  After this rename, mlir failed to build.  With this change, all of clang, mlir, and flang build and test correctly.

Differential Revision: https://reviews.llvm.org/D104223




More information about the All-commits mailing list