[PATCH] D19825: Power9 - Add exploitation of vector load and store that do not require swaps

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 00:34:12 PDT 2016


nemanjai added inline comments.

================
Comment at: test/CodeGen/PowerPC/swaps-le-1.ll:4
@@ +3,3 @@
+; RUN: llc -O3 -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN:  -ppc-vsr-nums-as-vr < %s | FileCheck -check-prefix=CHECK-P9 grep \
+; RUN:  --implicit-check-not xxswapd %s
----------------
amehsan wrote:
> What is grep here (toward the end of the line)?
Nice catch. I have no idea how the stray grep made it in there nor do I understand why it doesn't make the test case fail. In any case, I'll remove it.


Repository:
  rL LLVM

http://reviews.llvm.org/D19825





More information about the llvm-commits mailing list