[PATCH] D61617: [NewPassManager] Add tuning option: SLPVectorization [clang-change]

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 16:46:32 PDT 2019


chandlerc added a comment.

(Sorry for still more comments)



================
Comment at: test/CodeGen/loop-vectorize.c:10
+// CHECK-DISABLE-VECT-LABEL: @for_test()
+// CHECK-DISABLE-VECT: fmul double
+
----------------
You'll want to check that the vector form *doesn't* show up. I would expect this to pass even w/ vectorization enabled due to potential fallback loops.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61617/new/

https://reviews.llvm.org/D61617





More information about the llvm-commits mailing list