[PATCH] D121903: [MachineCopyPropagation] More robust isForwardableRegClassCopy

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 04:46:10 PDT 2022


foad added a comment.

> Would this disallow AGPR to AGPR copy propagation completely on sub-targets with no AGPR->AGPR copy capability?

You're right, it does. I have added a test case for this and rebased the patch to show the effect. I will work on this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121903



More information about the llvm-commits mailing list