[all-commits] [llvm/llvm-project] c303d9: [mlir][Linalg] NFC - Cleanup explicitly instantiat...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Fri Oct 9 13:00:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c303d9b394427e93aa772d543426715b24f98fd1
      https://github.com/llvm/llvm-project/commit/c303d9b394427e93aa772d543426715b24f98fd1
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp

  Log Message:
  -----------
  [mlir][Linalg] NFC - Cleanup explicitly instantiated paterns 2/n - Loops.cpp

This revision belongs to a series of patches that reduce reliance of Linalg transformations on templated rewrite and conversion patterns.
Instead, this uses a MatchAnyTag pattern for the vast majority of cases and dispatches internally.

Differential revision: https://reviews.llvm.org/D89133




More information about the All-commits mailing list