[PATCH] D69734: [globalisel] Rename G_GEP to G_PTR_ADD
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 12:29:27 PST 2019
arsenm added a comment.
In D69734#1734586 <https://reviews.llvm.org/D69734#1734586>, @dsanders wrote:
> In D69734#1734315 <https://reviews.llvm.org/D69734#1734315>, @arsenm wrote:
>
> > In D69734#1734287 <https://reviews.llvm.org/D69734#1734287>, @dsanders wrote:
> >
> > > Thanks.
> > >
> > > I realized I missed a couple things in this patch this morning:
> > >
> > > - Filenames containing 'gep'
> > > - Functions named buildGep() and similar I'll fix both of this this before pushing
> >
> >
> > If you're fixing names of instructions, that buildUndef doesn't match the G_IMPLICIT_DEF name has bothered me. I'm not sure which should be renamed
>
>
> Probably buildUndef() should change to buildImplicitDef(). I'm going to leave it for the moment though just to let this change flow down to our downstream repos before I do another big rename
>
> > especially since freeze seems to be happening
>
> I'm not sure what you're referring to here.
The freeze instruction was recently committed, and I thought the plan was to eventually remove undef. Stricter rules are necessary at least for frozen undef than I think are implied by G_IMPLICIT_DEF
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69734/new/
https://reviews.llvm.org/D69734
More information about the llvm-commits
mailing list