Displaying 2 results from an estimated 2 matches for "61b26c06".
2018 Mar 08
0
Commit module to Git after each Pass
...________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180308/61b26c06/attachment.html>
2018 Mar 07
2
Commit module to Git after each Pass
Today it is entirely in llvm. It is even more costly than -print-after-all
as it:
- print to file
- print the entire module (after each basic block, for basic block
passes, it will still print the entire module where only one basic block
changed)
- call git 2 times (add then commit) and wait for them to finish (I even
save all the empty commits)
The reason I print the entire module is so