[all-commits] [llvm/llvm-project] 492024: [mlir] [linalg] Fix transform-patterns test.
poechsel via All-commits
all-commits at lists.llvm.org
Tue Apr 21 03:54:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 49202476e6d3b8b3bb1029859329afa22981e5b9
https://github.com/llvm/llvm-project/commit/49202476e6d3b8b3bb1029859329afa22981e5b9
Author: Pierre Oechsel <pierre.oechsel at gmail.com>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M mlir/test/Dialect/Linalg/transform-patterns.mlir
Log Message:
-----------
[mlir] [linalg] Fix transform-patterns test.
Unfortunately FileCheck ignores directives with whitespace between the directive and the colon (`CHECK :` for example), thus most of the directives of this test were ignored.
Differential Revision: https://reviews.llvm.org/D78548
More information about the All-commits
mailing list