[PATCH] D62908: [PowerPC] Improve float vector gather codegen
Kamau Bridgeman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 07:42:05 PDT 2019
kamaub marked 14 inline comments as done.
kamaub added a comment.
Thank you all for your comments, I address them.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrVSX.td:3987
+ (v4f32 (XXPERMDI (XXMRGHW AlignValues.LD32D, AlignValues.LD32C),
+ (XXMRGHW AlignValues.LD32B, AlignValues.LD32A), 3))>;
def : Pat<(v4f32 (build_vector f32:$D, f32:$C, f32:$B, f32:$A)),
----------------
stefanp wrote:
> nit:
> Line length.
I'm sorry, not sure where the problem is, I'm fairly certain this is less than 80 characters
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62908/new/
https://reviews.llvm.org/D62908
More information about the llvm-commits
mailing list