[PATCH] D14965: [llc/opt] Add an option to run all passes twice

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 25 06:23:34 PST 2015


I think what happens currently is that it will just append the second one
at the end of the first. I originally thought binary comparing the output
was not sensible as we're actually running over the same module twice and
the passes are of course not idempotent, but now I'm thinking maybe it's
better to clone the module and allow this. I'll take a look.
On Nov 25, 2015 9:16 AM, "Yaron Keren" <yaron.keren at gmail.com> wrote:

> yaron.keren added a comment.
>
> Won't the second run output will overwrite the first run output?
> If so, what do you think about renaming the second output so it may be
> binary compared to the first one?
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D14965
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151125/aa276f01/attachment.html>


More information about the llvm-commits mailing list