[PATCH] D23033: [PM] Port SpeculativeExecution to new PM
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 14:42:24 PDT 2016
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
I also prefer an hack in the old version. When I stumbled upon BasicBlock passes I first changed them to be function passes in the old PM and then did the transition. I guess in this case it's not really needed, and probably overkill. LGTM.
https://reviews.llvm.org/D23033
More information about the llvm-commits
mailing list