Hi all, I'd recommend Andy Trick be made code owner of "instruction scheduling" (including MI, pre-RA, and post-RA schedulers). I am also recommending Nadav Rotem be made code owner of "loop vectorizer". Evan
On 13 November 2012 22:59, Evan Cheng <evan.cheng at apple.com> wrote:> Hi all, > > I am also recommending Nadav Rotem be made code owner of "loop vectorizer".+1 -- cheers, --renato http://systemcall.org/
On Nov 13, 2012, at 2:59 PM, Evan Cheng <evan.cheng at apple.com> wrote:> Hi all, > > I'd recommend Andy Trick be made code owner of "instruction scheduling" (including MI, pre-RA, and post-RA schedulers). I am also recommending Nadav Rotem be made code owner of "loop vectorizer".Both of those seem obvious to me. Unless there are any objections, go for it. -Chris
On Nov 13, 2012, at 2:59 PM, Evan Cheng <evan.cheng at apple.com> wrote:> Hi all, > > I'd recommend Andy Trick be made code owner of "instruction scheduling" (including MI, pre-RA, and post-RA schedulers). I am also recommending Nadav Rotem be made code owner of "loop vectorizer".Sergei Larin can take ownership of VLIW scheduling. Most of the support is currently in the Hexagon target, but some framework lives in CodeGen (DFAPacketizer). -Andy
Thank you, Andy. I would be happy to do so. We are on the verge of a significant code growth for VLIW - scheduler and packetization portion of it is substantial and essential. Most of that framework is currently hidden in the Hexagon back end, but the plan has always been to abstract it out into a platform independent fashion with Hexagon being a proving ground. Given that it makes a perfect sense to me to have a dedicated VLIW scheduling/packetization owner, and I would be happy to do it. Sergei --- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation> -----Original Message----- > From: Andrew Trick [mailto:atrick at apple.com] > Sent: Wednesday, November 14, 2012 8:41 PM > To: Evan Cheng > Cc: llvmdev at cs.uiuc.edu List; Sergei Larin > Subject: Re: Code Owner nominations > > > On Nov 13, 2012, at 2:59 PM, Evan Cheng <evan.cheng at apple.com> wrote: > > > Hi all, > > > > I'd recommend Andy Trick be made code owner of "instruction > scheduling" (including MI, pre-RA, and post-RA schedulers). I am also > recommending Nadav Rotem be made code owner of "loop vectorizer". > > > Sergei Larin can take ownership of VLIW scheduling. > > Most of the support is currently in the Hexagon target, but some > framework lives in CodeGen (DFAPacketizer). > > -Andy
On Nov 14, 2012, at 6:40 PM, Andrew Trick <atrick at apple.com> wrote:> > On Nov 13, 2012, at 2:59 PM, Evan Cheng <evan.cheng at apple.com> wrote: > >> Hi all, >> >> I'd recommend Andy Trick be made code owner of "instruction scheduling" (including MI, pre-RA, and post-RA schedulers). I am also recommending Nadav Rotem be made code owner of "loop vectorizer". > > > Sergei Larin can take ownership of VLIW scheduling. > > Most of the support is currently in the Hexagon target, but some framework lives in CodeGen (DFAPacketizer).Sounds great, please update CODE_OWNERS. -Chris