[PATCH] D106353: [PowerPC] use lfiwax/lfiwzx for scalar_to_vector + load at PWR7

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 08:30:42 PDT 2021


shchenz added a comment.

Thanks for your comments @nemanjai 
I posted a new patch https://reviews.llvm.org/D106555 based on your codes for the splat loads. In that patch, more types will be handled.

I will leave this as an improvement for scalar_to_vector without a splat user. Not sure the improvement for `unadjusted_lxvwsx` is a motivated case. I don't see the improvement in https://reviews.llvm.org/D106555.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106353



More information about the llvm-commits mailing list