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

Volkan Keles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 15:07:20 PST 2018


volkan added a comment.

In https://reviews.llvm.org/D41876#971561, @MatzeB wrote:

> Out of interest: Could you explain what this is doing exactly (as the comment at the beginning of the script isn't too specific about what is happening here)? At a first glance it seems to inject a custom command into bugpoint and checks the output for that "LLVM ERROR:" regex? Or is there something else?


That’s correct. It runs llc to get the error message using a regex and creates a custom command to check that specific error. Then, it runs bugpoint with the custom command.

I’ll update the description.


https://reviews.llvm.org/D41876





More information about the llvm-commits mailing list