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

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 12:47:40 PST 2018


bogner added a comment.

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?


https://reviews.llvm.org/D41876





More information about the llvm-commits mailing list