mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
c0c8bb0361
Summary: This somewhat matches the --aa-pipeline option, which separates out any AA analyses to make sure they run before other passes. Makes check-llvm failures under new PM go from 2356 -> 2303. AA passes are not handled by PassBuilder::parsePassPipeline() but rather PassBuilder::parseAAPipeline(), which is why this fixes some failures. Reviewers: asbirlea, hans, ychen, leonardchan Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D82488