[PATCH 3/3] R600: Use optimized 24bit path in udivrem
Matt Arsenault
arsenm2 at gmail.com
Tue Aug 12 10:13:52 PDT 2014
On Aug 12, 2014, at 7:49 AM, Jan Vesely <jan.vesely at rutgers.edu> wrote:
> On Tue, 2014-07-29 at 15:44 -0700, Matt Arsenault wrote:
>> 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
>
> anything to fix in this series?
LGTM
More information about the llvm-commits
mailing list