Displaying 1 result from an estimated 1 matches for "1fff7e30".
Did you mean:
1f2f7e20
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.