[PATCH] D20019: [PPC] exploitation of new xscmp*, as well as xsmaxcdp and xsmincdp
Chuang-Yu Cheng via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 07:45:25 PDT 2016
cycheng added inline comments.
================
Comment at: test/CodeGen/PowerPC/vsx-p9.ll:2
@@ +1,3 @@
+; RUN: llc -mcpu=pwr9 -mattr=+power9-vector < %s | FileCheck %s
+
+attributes #1 = {"no-nans-fp-math"="true"}
----------------
Need define:
target triple = "powerpc64-unknown-linux-gnu"
or:
llc -mtriple=powerpc64le-unknown-linux-gnu
http://reviews.llvm.org/D20019
More information about the llvm-commits
mailing list