[PATCH 3/3] R600: Use optimized 24bit path in udivrem

Matt Arsenault Matthew.Arsenault at amd.com
Tue Jul 29 15:44:02 PDT 2014


On 07/29/2014 12:10 PM, Jan Vesely wrote:
>> These don’t need to be EG-DAG since the conversions do need to happen before the recipe
> Is there something I missed that's preventing the following sequence?:
>
> fb <- int2flt b
> recfb <- rcp fb
> fa <- int2ftl a
> ... <- mul fa recfb
>
No, I was just being dumb and thinking the recip needed both for some 
reason. The -DAG is fine




More information about the llvm-commits mailing list