[all-commits] [llvm/llvm-project] e349fb: [mlir][Linalg] NFC - Make markers use Identifier i...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jun 3 02:55:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e349fb70a23f3a39e058605e4e2db66da5e5ea4a
https://github.com/llvm/llvm-project/commit/e349fb70a23f3a39e058605e4e2db66da5e5ea4a
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/transform-patterns.mlir
M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Make markers use Identifier instead of StringRef
Summary: This removes string ownership worries by putting everything into the context and allows more constructing identifiers programmatically.
Reviewers: ftynse
Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul
Tags: #mlir
Differential Revision: https://reviews.llvm.org/D81027
More information about the All-commits
mailing list