Krzysztof Parzyszek via llvm-dev
2016-Mar-16 17:39 UTC
[llvm-dev] how to type-legalize a dag
On 3/16/2016 12:36 PM, Krzysztof Parzyszek via llvm-dev wrote:> If the action is "Expand", which will convert the operation intoUnfinished edit. Should be If the action is "Expand", the legalizer will replace the operation with... -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
On Wed, Mar 16, 2016 at 10:39 AM, Krzysztof Parzyszek via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On 3/16/2016 12:36 PM, Krzysztof Parzyszek via llvm-dev wrote: > >> If the action is "Expand", which will convert the operation into >> > > Unfinished edit. Should be > > If the action is "Expand", the legalizer will replace the operation with...I think this is still unfinished :)> > > -Krzysztof > > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted > by The Linux Foundation > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Rail Shafigulin Software Engineer Esencia Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160316/e404f0e6/attachment.html>
Krzysztof Parzyszek via llvm-dev
2016-Mar-16 18:02 UTC
[llvm-dev] how to type-legalize a dag
On 3/16/2016 12:53 PM, Rail Shafigulin wrote:> > On Wed, Mar 16, 2016 at 10:39 AM, Krzysztof Parzyszek via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > On 3/16/2016 12:36 PM, Krzysztof Parzyszek via llvm-dev wrote: > > If the action is "Expand", which will convert the operation into > > > Unfinished edit. Should be > > If the action is "Expand", the legalizer will replace the operation > with... > > > I think this is still unfinished :)Only this part of the sentence needed more work, but ok, here's the whole thing: If the action is "Expand", the legalizer will replace the operation with some sort of a generic expansion which will either be legal or will be legalized further. There. :) -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation