[llvm-commits] [llvm] r148537 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Craig Topper craig.topper at gmail.com
Fri Jan 20 09:54:47 PST 2012


Yeah I'll go back through and add some comments and see if I can subroutine
some of it for readability. I'm also going to look into fixing cases where
one lane can be split, but the other lane needs to be expanded. Currently,
the code will expand both lanes. Also maybe need to handle the case where a
single lane uses both lanes of a single source. We can split it and put
each lane on a separate source. Can you think of other cases we should
handle better?

The initial ideia of having all those different function was to make
> the code more readable, could you please add a bunch of comments
> making all this new code more understandable?
>
>
>
> --
> Bruno Cardoso Lopes
> http://www.brunocardoso.cc
>




-- 
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120120/d84d6be3/attachment.html>


More information about the llvm-commits mailing list