[PATCH] D52899: [TTI] Check that lowered type is floating point before calling isFabsFree
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 17:37:00 PDT 2018
sbc100 added inline comments.
================
Comment at: test/Transforms/SLPVectorizer/X86/software-float.ll:6
+
+; RUN: opt -slp-vectorizer -S %s
+
----------------
efriedma wrote:
> Probably should call FileCheck to make sure the code is actually vectorized the way you expect.
I actually don't know if it successfully vectorizing. I think we only really care that this doesn't crash here don't we?
Repository:
rL LLVM
https://reviews.llvm.org/D52899
More information about the llvm-commits
mailing list