[all-commits] [llvm/llvm-project] b36ef9: [MLIR, test] Fix use of undef FileCheck var

RoboTux via All-commits all-commits at lists.llvm.org
Tue Apr 6 08:27:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b36ef9f47db774f53baf6a527c8ea60d7e111287
      https://github.com/llvm/llvm-project/commit/b36ef9f47db774f53baf6a527c8ea60d7e111287
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M mlir/test/Dialect/Linalg/tile-indexed-generic.mlir

  Log Message:
  -----------
  [MLIR, test] Fix use of undef FileCheck var

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.

Reviewed By: pifon2a

Differential Revision: https://reviews.llvm.org/D99956




More information about the All-commits mailing list