[PATCH] D146602: [PowerPC] Enable canCombineStoreAndExtract target hook

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 00:53:24 PDT 2023


shchenz added a comment.

Thank you. Implementing this function for PPC makes sense to me.

Should we add an opt test since the function is only called in an IR pass? And maybe also good to show the final assembly change with a llc test. See example when the function was introduced in ARM target https://reviews.llvm.org/D5921.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146602



More information about the llvm-commits mailing list