[all-commits] [llvm/llvm-project] 7d7ebf: Fix flang build breakage - trim dependency to Affi...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed Feb 9 22:04:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d7ebf3cf06e6845dc5b83912f0adecbf69e1123
      https://github.com/llvm/llvm-project/commit/7d7ebf3cf06e6845dc5b83912f0adecbf69e1123
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M flang/lib/Optimizer/Transforms/AffineDemotion.cpp
    M flang/lib/Optimizer/Transforms/CMakeLists.txt

  Log Message:
  -----------
  Fix flang build breakage - trim dependency to AffineUtils

There wasn't a need for FIRTransforms to depend on AffineToStandard
conversoin for just an affine utility. The utility was moved to
AffineUtils recently. Fix flang build breakage.

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




More information about the All-commits mailing list