[PATCH] D91267: [ARM] Remove copies from low overhead phi inductions.

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 08:02:45 PST 2020


samparker added a comment.

Getting phis to use the right register class sounds like a good generic change to make. If creating them like that is a pain, how about just moving most of this logic into OptimizePhis?


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

https://reviews.llvm.org/D91267



More information about the llvm-commits mailing list