[all-commits] [llvm/llvm-project] 092619: [PowerPC] Improve codegen for vector fp to int wid...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Thu Apr 22 03:04:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 092619cf6b8d33e8830221925c1174f5d373f1d2
https://github.com/llvm/llvm-project/commit/092619cf6b8d33e8830221925c1174f5d373f1d2
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrVSX.td
M llvm/test/CodeGen/PowerPC/build-vector-tests.ll
Log Message:
-----------
[PowerPC] Improve codegen for vector fp to int widening conversions
We currently do not utilize instructions that convert single
precision vectors to doubleword integer vectors. These conversions
come up in code occasionally and this improvement allows us to
open code some functions that need to be added to altivec.h.
More information about the All-commits
mailing list