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: PR target/46519: Missing vzeroupper


On 12/31/2010 5:38 PM, H.J. Lu wrote:

> I believe algorithm is correct, but probably not optimal. What we want to know
> is the precise state of the upper 128bits at exit of basic block.  It rescans a
> basic block only if the exit state is unknown and the upper 128bits may be
> modified in the basic block.

What is the limit, then, on the number of iterations required for a
function with N basic blocks?

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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