[PATCH] D127439: [PowerPC] Fix combine step for shufflevector.
Zarko Todorovski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 13:11:03 PDT 2022
ZarkoCA added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/ppc-shufflevector-combine.ll:4
+; RUN: < %s | FileCheck %s --check-prefix=AIX
+; RUN: llc -verify-machineinstrs -mtriple powerpc64le-unknown-linux-gnu \
+; RUN: -mcpu=pwr10 -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names < %s \
----------------
Is the above code path 64-bit only and 32-bit doesn't use this vector shuffle?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127439/new/
https://reviews.llvm.org/D127439
More information about the llvm-commits
mailing list