[PATCH] D29133: [PowerPC][Altivec] Add some extended mnemonics

Bruno Rosa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 06:24:26 PST 2017


brunoalr added a comment.

In https://reviews.llvm.org/D29133#657494, @hfinkel wrote:

> In https://reviews.llvm.org/D29133#656541, @brunoalr wrote:
>
> > mfvrd with VR registers is an alias to mfvsrd with VSR registers.
> >
> > Patch by nemanjai
>
>
> Why did you fold these together? Can we just do the vor -> vmr alias, and then worry about the mfvrd change separately? The vor -> vmr LGTM, so if you can pull these apart, please commit that part.


Yes, we can do them separately. I'll make the necessary changes to this diff. I don't have commit permissions yet, but I'll prepare the vor -> vmr diff.


Repository:
  rL LLVM

https://reviews.llvm.org/D29133





More information about the llvm-commits mailing list