Dump IR after PPC-specific passes
Hal Finkel
hfinkel at anl.gov
Wed Feb 13 09:08:56 PST 2013
----- Original Message -----
> From: "Sebastian Pop" <spop at codeaurora.org>
> To: "Krzysztof Parzyszek" <kparzysz at codeaurora.org>
> Cc: "LLVM Commits" <llvm-commits at cs.uiuc.edu>, "Hal Finkel" <hfinkel at anl.gov>
> Sent: Wednesday, February 13, 2013 10:41:47 AM
> Subject: Re: Dump IR after PPC-specific passes
>
> Krzysztof Parzyszek wrote:
> > Hi,
> > With -print-before-all or -print-after-all, the IR related to a
> > given pass is shown only if the pass was registered. Since some
> > passes in the MI phase run without registering, these debug options
> > do not show the IR before or after those passes. This patch adds
> > registration to the PPC-specific passes which lacked it.
>
> LGTM. Please wait for Hal or another PPC backend maintainer to also
> comment on
> the patch.
Sebastian, thanks for looking at this!
Krzysztof, thanks! LGTM.
-Hal
>
> Sebastian
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
>
More information about the llvm-commits
mailing list