[PATCH] D84238: [PowerPC] Set v1i128 to expand for SETCC to avoid crash
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 07:58:26 PDT 2020
lkail added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/setcc-vector.ll:4
+; RUN: -ppc-asm-full-reg-names < %s | FileCheck %s
+
+define <2 x i1> @setcc_v1i128([1 x i128] %a) {
----------------
Can you add RUN lines for pwr8 since it's guarded by `hasP8Altivec`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84238/new/
https://reviews.llvm.org/D84238
More information about the llvm-commits
mailing list