Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
By the way, what's the equivalent of "-aa-pipeline=" for the old pass manager? It doesn't seem to have an effect.
Comment Actions
I think by default the legacy PM in opt only uses basic-aa, -disable-basic-aa gets rid of that.