[PATCH] D82911: [PowerPC][Power10] Exploit the xxspltiw and xxspltidp instructions.
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 17:23:56 PDT 2020
amyk marked an inline comment as done.
amyk added a comment.
FYI @lei regarding the test case.
================
Comment at: llvm/test/CodeGen/PowerPC/power10-immediate-moves-and-splats.ll:4
+; RUN: -ppc-asm-full-reg-names -mcpu=pwr10 < %s | FileCheck %s \
+; RUN: --check-prefix=CHECK-P10
+
----------------
amyk wrote:
> lei wrote:
> > Do we need BE run line here?
> I've added the BE line for now as different code is generated for tests similar to `testDoubleToDoubleFail`. If there is a preference to remove the BE line, I can remove it.
I realized that the correct test case has checks to account for PC Rel. I have updated the revision and kept the BE run lines for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82911/new/
https://reviews.llvm.org/D82911
More information about the llvm-commits
mailing list