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

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 14:47:24 PDT 2022


ZarkoCA accepted this revision.
ZarkoCA 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
----------------
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. 


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