Chandler Carruth
2014-Nov-24 17:53 UTC
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
I'll be skimming the PRs to see if there are any really critical regressions, but so far it looks pretty good. If you are actively disabling the new vector shuffling and have some PR that blocks you, please reply here. Later this week, the flag will go away unless I hear strenuous objections. There is a really staggering amount of cleanup and tidying that needs to take place and can't until we remove the old code paths. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141124/c336475f/attachment.html>
Simon Pilgrim
2015-Jan-04 23:20 UTC
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
On 24 Nov 2014, at 17:53, Chandler Carruth <chandlerc at gmail.com> wrote:> I'll be skimming the PRs to see if there are any really critical regressions, but so far it looks pretty good. > > If you are actively disabling the new vector shuffling and have some PR that blocks you, please reply here. Later this week, the flag will go away unless I hear strenuous objections. There is a really staggering amount of cleanup and tidying that needs to take place and can't until we remove the old code paths.It doesn’t look like there has been any changes for this yet - is the plan for the old shuffle code to be removed before the branch for 3.6? If so do you have this in hand or do you want assistance to get it done in time? Simon.
Chandler Carruth
2015-Jan-04 23:30 UTC
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
On Sun, Jan 4, 2015 at 3:20 PM, Simon Pilgrim <llvm-dev at redking.me.uk> wrote:> On 24 Nov 2014, at 17:53, Chandler Carruth <chandlerc at gmail.com> wrote: > > > I'll be skimming the PRs to see if there are any really critical > regressions, but so far it looks pretty good. > > > > If you are actively disabling the new vector shuffling and have some PR > that blocks you, please reply here. Later this week, the flag will go away > unless I hear strenuous objections. There is a really staggering amount of > cleanup and tidying that needs to take place and can't until we remove the > old code paths. > > It doesn’t look like there has been any changes for this yet - is the plan > for the old shuffle code to be removed before the branch for 3.6? If so do > you have this in hand or do you want assistance to get it done in time?I just got distracted by other things. I should be able to take care of it now that folks are back from the holidays. One question -- do you see any regressions that need fixing first? I don't see any, but I'm curious about others. The silence on this thread didn't inspire confidence, but perhaps its just that nothing is broken with the new stuff? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150104/fa6ea97d/attachment.html>
Possibly Parallel Threads
- [LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
- [LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
- [LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
- [LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
- [LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!