[all-commits] [llvm/llvm-project] 9983d2: [mlir][NFC] Make test-lower-to-llvm a named pipeline

qcolombet via All-commits all-commits at lists.llvm.org
Wed Dec 14 03:13:43 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9983d213a9c67f4f92f01247414c9c828400f90b
      https://github.com/llvm/llvm-project/commit/9983d213a9c67f4f92f01247414c9c828400f90b
  Author: Quentin Colombet <quentin.colombet at gmail.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M mlir/test/lib/Dialect/LLVM/TestLowerToLLVM.cpp

  Log Message:
  -----------
  [mlir][NFC] Make test-lower-to-llvm a named pipeline

This patch changes the `test-lower-to-llvm` pass into a named pipeline.
The functionality is unchanged but thanks to this change, we don't have
to pull the dependencies of all the passes that this pass calls.
In other words, `TestLowerToLLVMPass::getDependDialects` was supposed to
transitively declare all the dialects that were used in the union of all
the invoked passes.

NFC

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




More information about the All-commits mailing list