[PATCH] Add support to FileCheck for out-of-order matching

Hal Finkel hfinkel at anl.gov
Wed Apr 24 14:44:40 PDT 2013


----- Original Message -----
> From: "Jakob Stoklund Olesen" <stoklund at 2pi.dk>
> To: "Michael Liao" <michael.liao at intel.com>
> Cc: "Eli Bendersky" <eliben at google.com>, "Hal Finkel" <hfinkel at anl.gov>, "llvm-commits" <llvm-commits at cs.uiuc.edu>
> Sent: Wednesday, April 24, 2013 4:25:02 PM
> Subject: Re: [PATCH] Add support to FileCheck for out-of-order matching
> 
> 
> On Apr 24, 2013, at 11:35 AM, Michael Liao <michael.liao at intel.com>
> wrote:
> 
> > Is it valueable to mix CHECK-NOT and CHECK-DAG together?
> 
> Hal, do you have any use cases where it would be useful to mix
> CHECK-DAG and CHECK-NOT?

Not currently; if I have CHECK-DAG then I can affirmatively check for the instructions that I expect (regardless of order), and I can't think of a case where I'd mix that with CHECK-NOT.

Thanks again,
Hal

> 
> /jakob
> 
> 



More information about the llvm-commits mailing list