[PATCH] D64220: [PowerPC] Remove redundant load immediate instructions

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 18:52:20 PDT 2019


hfinkel added a comment.

Is this really a PowerPC-specific problem? Do we just want to have a general post-RA cleanup that checks for isMoveImmediate() and does this cleanup?


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

https://reviews.llvm.org/D64220





More information about the llvm-commits mailing list