[all-commits] [llvm/llvm-project] 34dc1c: [PowerPC] Exploit the vinsw, vinsd, and vins[wd][l...
bsaleil via All-commits
all-commits at lists.llvm.org
Thu Feb 18 06:18:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34dc1ccb9606d1de7d4de7286fcc355fa8f7bcd7
https://github.com/llvm/llvm-project/commit/34dc1ccb9606d1de7d4de7286fcc355fa8f7bcd7
Author: Baptiste Saleil <baptiste.saleil at ibm.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/lib/Target/PowerPC/PPCInstrVSX.td
M llvm/test/CodeGen/PowerPC/pcrel-linkeropt.ll
A llvm/test/CodeGen/PowerPC/vec_insert_elt.ll
Log Message:
-----------
[PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10
This patch generates the vinsw, vinsd, vinsblx, vinshlx, vinswlx, vinsdlx,
vinsbrx, vinshrx, vinswrx and vinsdrx instructions for vector insertion on P10.
Differential Revision: https://reviews.llvm.org/D94454
More information about the All-commits
mailing list