[PATCH] D19782: [IPO/GlobalDCE] Port to the new PM.

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 21:13:19 PDT 2016


Davide Italiano <dccitaliano at gmail.com> writes:
> davide added inline comments.
>
> ================
> Comment at: lib/LTO/LTOCodeGenerator.cpp:107
> @@ -106,3 +106,3 @@
>    initializePruneEHPass(R);
> -  initializeGlobalDCEPass(R);
> +  initializeGlobalOptLegacyPassPass(R);
>    initializeArgPromotionPass(R);
> ----------------
> mcrosier wrote:
>> GlobalDCELegacyPassPass?
> Just followed what was already there. See, for example
> InstructionCombining or GlobalOPT.

I think Chad's trying to say that there's a typo here, and you wrote
"Opt" instead of "DCE". Not really sure how that doesn't break anything
though... :/


More information about the llvm-commits mailing list