Displaying 2 results from an estimated 2 matches for "052493ea".
2019 Aug 02
2
Switching to the New Pass Manager by Default
...___________________________
> LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://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/20190802/052493ea/attachment.html>
2019 Aug 02
8
Switching to the New Pass Manager by Default
Hello all,
As of now, all LLVM and Clang tests have been updated/addressed to run
under the new/experimental pass manager (at least the ones that failed when
using the new PM).
For those who aren't aware of what the new pass manager (PM) is, the tl;dr
is that this will serve as a replacement for the legacy PM, and promises
faster build times by restructuring how passes are run over IR units.