[all-commits] [llvm/llvm-project] 20b12f: Fix MathTransforms library dependencies

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed May 3 17:12:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 20b12fa898641c932717d22e59c749ff71d9d06b
      https://github.com/llvm/llvm-project/commit/20b12fa898641c932717d22e59c749ff71d9d06b
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    M mlir/lib/Dialect/Math/Transforms/CMakeLists.txt

  Log Message:
  -----------
  Fix MathTransforms library dependencies

The dependencies were set up improperly likely due to past code
locations. MathTransforms shouldn't depend on VectorUtils which add a
whole bunch of additional dependencies; it instead depends on the SCF
dialect.

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




More information about the All-commits mailing list