[PATCH] D104762: [PowerPC] Move PPCBranchSelector as close to asm printer as possible

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 00:26:04 PDT 2021


shchenz added a comment.

Make sense to me. We should run this pass just before the assembly printer pass like the pass description says at the beginning of this file.

Otherwise, any (new added) transformation passes after this pass changing the instruction size would be at the risk of introducing performance or functionality issues.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104762



More information about the llvm-commits mailing list