[PATCH] D22706: Fix : Partial Inliner requires AssumptionCacheTracker
River Riddle via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 15:31:47 PDT 2016
rriddle added a comment.
It was already ported to the new pass manager, but given that InlineFunction directly accesses the ACT it will crash if run via legacy.
https://reviews.llvm.org/D22706
More information about the llvm-commits
mailing list