Hi, > -----Original Message----- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Benedikt Huber > Sent: Monday, June 29, 2015 11:04 PM > To: Kumar, Venkataramanan > Cc: pins...@gmail.com; Dr. Philipp Tomsich; gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] [aarch64] Implemented reciprocal square root (rsqrt) > estimation in -ffast-math > > > > > Benedikt , I have ICE for 444.namd with your patch, not sure if something > wrong in my local tree. > > Venkat, now I could reproduce it. > Strangely it does not happen with -flto. > I will try to find out the reason for that. > Sure, I kind of remember that RTX for target in builtin rsqrt was 0. But not sure if we need to create reg rtx in such cases.
> Thank you for the catch, > Benedikt