[PATCH] D127439: [PowerPC] Fix combine step for shufflevector.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 07:28:33 PDT 2022


nemanjai added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/ppc-shufflevector-combine.ll:9-11
+; RUN: llc -verify-machineinstrs -mtriple powerpcle-unknown-linux-gnu \
+; RUN:     -mcpu=pwr10 -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names < %s \
+; RUN:    | FileCheck %s --check-prefix=LE-32
----------------
ZarkoCA wrote:
> I don't think there is a real 32-bit PPC LE target so we don't need this run line and expected output for it. 
Actually, there is (FreeBSD).


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