[PATCH] D65529: [PowerPC] Use xxleqv to set all one vector IMM(-1).
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 07:55:33 PDT 2019
jsji marked an inline comment as done.
jsji added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/build-vector-tests.ll:761
; P9BE: # %bb.0: # %entry
-; P9BE-NEXT: xxspltib v2, 255
+; P9BE-NEXT: xxleqv v2, v2, v2
; P9BE-NEXT: blr
----------------
jsji wrote:
> steven.zhang wrote:
> > Add some tests to test v1i128, v2i64, v8i16 v16i8
> I will add those in another file, this file is far too big.
Added a new test file for different vector types in https://reviews.llvm.org/rL368859
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65529/new/
https://reviews.llvm.org/D65529
More information about the llvm-commits
mailing list