This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix split_stack_return


On Tue, Oct 26, 2010 at 2:26 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
>
>
> vs.
>
> (define_insn "avx_vzeroupper"
> Â[(unspec_volatile [(match_operand 0 "const_int_operand" "")]
> Â Â Â Â Â Â Â Â Â ÂUNSPECV_VZEROUPPER)]
>
> I generate avx_zeroupper. ÂBut it matches split_stack_return
> since (int) UNSPEC_STACK_CHECK == (int) UNSPECV_VZEROUPPER.

Why are they equal?  That is the bug really.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]