[PATCH] D48723: Fix IRPrinting bug
Son Tuan Vu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 29 11:22:29 PDT 2018
tyb0807 marked an inline comment as done.
tyb0807 added a comment.
> I think it would be oddly divergent if these are analyses in one pass manager and not the other, which is why I'm pushing to understand what we'll do for both.
Hmmmm, in the new pass manager, it seems to me that `Pass`es are no longer inherited from `Pass` object, thus no longer classified as analyses or transformations (please correct me if I'm wrong)
Repository:
rL LLVM
https://reviews.llvm.org/D48723
More information about the llvm-commits
mailing list