diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-03-28 00:03:37 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-04-06 20:08:23 +0100 |
commit | 1d9d7f6a2c0f6121df9468ea156d3a147c3b604c (patch) | |
tree | db2f91938b5ef480b11c5dee3c8e6336ce08671d /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | bd6033eca7be937a236401fdbbf414d6929a44e8 (diff) | |
download | llvm-1d9d7f6a2c0f6121df9468ea156d3a147c3b604c.zip llvm-1d9d7f6a2c0f6121df9468ea156d3a147c3b604c.tar.gz llvm-1d9d7f6a2c0f6121df9468ea156d3a147c3b604c.tar.bz2 |
[MLIR, test] Fix use of undef FileCheck var
MLIR test Dialect/Linalg/transform-patterns.mlir tries to check for the
absence of a sequence of instructions with several CHECK-NOT with one of
those directives using a variable defined in another. However CHECK-NOT
are checked independently so that is using a variable defined in a
pattern that should not occur in the input.
This commit removes the dependency between those CHECK-NOT by replacing
occurences of variables by the regex that were used to define them.
Note to reviewers: please pay attention to whether the remaining
reference to l0 is correct. There was a l0 defined in those CHECK-NOT
and one defined before. I'm not sure what was the intent there.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D99957
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions