[PATCH] D76135: [MachineLICM] Don't treat cross copies as cheap

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 07:03:37 PDT 2020


dmgreen added a comment.

I have altered the way that MVE VDUP are lowered, and we end up with a VMOV now instead of using a COPY. That means I don't need this any more for MVE at least.

@arsenm, let me know whether you want me to continue with this for AMDGPU or not.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76135/new/

https://reviews.llvm.org/D76135





More information about the llvm-commits mailing list