[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
Wed May 18 13:53:14 PDT 2016


nemanjai marked an inline comment as done.

================
Comment at: test/CodeGen/PowerPC/vsx-p9.ll:1
@@ +1,2 @@
+; RUN: llc -mcpu=pwr9 < %s | FileCheck %s
+
----------------
amehsan wrote:
> mtriple here? 
Yeah, absolutely. Thanks. One of those things I meant to do and forgot - since I really wanted to add the BE testing as well (i.e. to confirm that the same load/store code is emitted).


Repository:
  rL LLVM

http://reviews.llvm.org/D19825





More information about the llvm-commits mailing list