[PATCH] D107428: [PowerPC] Fix shift amount of xxsldwi when performing vector int_to_double
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 19:13:29 PDT 2021
lkail added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrVSX.td:2969
def : Pat<WToDPExtractConv.BV13U,
(v2f64 (XVCVUXWDP (XXSLDWI $A, $A, 3)))>;
def : Pat<(v2f64 (insertelt v2f64:$A, f64:$B, 0)),
----------------
shchenz wrote:
> I assume for unsigned, it has the same issue?
Yes, I'll update it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107428/new/
https://reviews.llvm.org/D107428
More information about the llvm-commits
mailing list