[PATCH] D48723: Fix IRPrinting bug
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 12:13:51 PDT 2018
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D48723#1148297, @tyb0807 wrote:
> Anyway, if this is not the right way to do, then we should change `BitcodeWriter` to a non-analysis pass I guess? There should be no difference between these 2 passes on whether it is an analysis or not IMHO
That's a good point. I'm fine with this then. LGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D48723
More information about the llvm-commits
mailing list