[all-commits] [llvm/llvm-project] e7f4ea: [MLIR][Pass] Have PassRegistryEntry own pass strings

Daniel Resnick via All-commits all-commits at lists.llvm.org
Wed Feb 23 09:04:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7f4ea8abeed5063ea21e508d85ef104be8e4505
      https://github.com/llvm/llvm-project/commit/e7f4ea8abeed5063ea21e508d85ef104be8e4505
  Author: Daniel Resnick <danielzresnick at gmail.com>
  Date:   2022-02-23 (Wed, 23 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Pass/PassRegistry.h

  Log Message:
  -----------
  [MLIR][Pass] Have PassRegistryEntry own pass strings

This eliminates the requirement that pass-related strings outlive pass
instances, which will facilitate future work enabling dynamic passes
written in other languages.

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




More information about the All-commits mailing list