[all-commits] [llvm/llvm-project] ec3d6f: [PowerPC][NFC] Refactor splat of constant to vector.
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Wed Dec 18 10:43:51 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ec3d6f3ecb4ef3cef2d46d6d2b2b7dced35e8297
https://github.com/llvm/llvm-project/commit/ec3d6f3ecb4ef3cef2d46d6d2b2b7dced35e8297
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2019-12-18 (Wed, 18 Dec 2019)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Log Message:
-----------
[PowerPC][NFC] Refactor splat of constant to vector.
Refactor the splatting of a constant to a vector so that common code is used
both for Power9 and Power8.
Patch by: Anil Mahmud
Differential Revision: https://reviews.llvm.org/D71481
More information about the All-commits
mailing list