This is an archive of the discontinued LLVM Phabricator instance.

[MLIR, test] Fix use of undef FileCheck var
ClosedPublic

Authored by thopre on Apr 6 2021, 7:25 AM.

Details

Summary

MLIR test Dialect/Linalg/tile-indexed-generic.mlir has a CHECK-NOT
directive referring to a variable only defined in a CHECK directive with
a different prefix, and thus undefined in the CHECK-NOT.

This commit removes the variable reference altogether to error on any
content it might have.

Diff Detail

Event Timeline

thopre created this revision.Apr 6 2021, 7:25 AM
thopre requested review of this revision.Apr 6 2021, 7:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2021, 7:25 AM
pifon2a accepted this revision.Apr 6 2021, 7:33 AM
This revision is now accepted and ready to land.Apr 6 2021, 7:33 AM
This revision was automatically updated to reflect the committed changes.