[PATCH] D41876: Add a utility to reduce GlobalISel tests

Volkan Keles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 13:22:09 PST 2018


volkan added a comment.

In https://reviews.llvm.org/D41876#972547, @bogner wrote:

> In https://reviews.llvm.org/D41876#971616, @volkan wrote:
>
> > In https://reviews.llvm.org/D41876#971552, @qcolombet wrote:
> >
> > > Could this be extended to reduce any isel related bug?
> >
> >
> > Yes, it can be extended to reduce the other ISel problems by adding a regex and the specific arguments for llc.
>
>
> I'm guessing the answer is no since you'd have to update the regex as well, but would it make sense to allow llc arguments to be passed through from the command line or something like that?


I thought we could have a regex, argument list pair for each error type.


https://reviews.llvm.org/D41876





More information about the llvm-commits mailing list