[PATCH] D60391: FileCheck [11/12]: Add matching constraint specification

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 02:08:39 PDT 2020


thopre added a comment.

In D60391#2062284 <https://reviews.llvm.org/D60391#2062284>, @jhenderson wrote:

> Let me know once this next step is ready for review!


I have a local patch with extra unit tests but it made me realize there is a bug in the "invalid matching constraint" check: if there's something else than "==" then it'll interpret it as an operand instead. I need to rework the approach. I don't think I'll have time today, maybe Monday.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60391/new/

https://reviews.llvm.org/D60391





More information about the llvm-commits mailing list