[PATCH] D52899: [TTI] Check that lowered type is floating point before calling isFabsFree
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 15:32:15 PDT 2018
efriedma added inline comments.
================
Comment at: test/Transforms/SLPVectorizer/X86/software-float.ll:6
+
+; RUN: opt -slp-vectorizer -S %s
+
----------------
Probably should call FileCheck to make sure the code is actually vectorized the way you expect.
Repository:
rL LLVM
https://reviews.llvm.org/D52899
More information about the llvm-commits
mailing list