[all-commits] [llvm/llvm-project] a3ee67: [PatternMatch] Add a new m_Any that binds a value.

Chris Lattner via All-commits all-commits at lists.llvm.org
Mon Nov 15 08:38:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3ee67a685143abf40b098906c0375026b1dd819
      https://github.com/llvm/llvm-project/commit/a3ee67a685143abf40b098906c0375026b1dd819
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

  Changed paths:
    M mlir/include/mlir/IR/Matchers.h

  Log Message:
  -----------
  [PatternMatch] Add a new m_Any that binds a value.

This is analogous to what LLVM's PatternMatch.h supports,
but LLVM calls it m_Value for both the binding and
nonbinding versions.

This is an upstream from CIRCT and is used there.

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




More information about the All-commits mailing list