[all-commits] [llvm/llvm-project] 4bef78: Add a temporary alias for TransitiveFilter.

Johannes Reifferscheid via All-commits all-commits at lists.llvm.org
Fri Jun 9 02:45:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4bef782a6a4aee12b977d243c07ec5e2a9525bb9
      https://github.com/llvm/llvm-project/commit/4bef782a6a4aee12b977d243c07ec5e2a9525bb9
  Author: Johannes Reifferscheid <jreiffers at google.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Analysis/SliceAnalysis.h

  Log Message:
  -----------
  Add a temporary alias for TransitiveFilter.

This type was removed in D151520, but downstream dependencies use it. By
introducing a temporary allias, we can give these dependencies a chance to
update their uses of the type and give them a chance to migrate without
breakages.

Reviewed By: csigg

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




More information about the All-commits mailing list