[PATCH] D28907: [SLP] Fix for PR30787: Failure to beneficially vectorize 'copyable' elements in integer binary ops.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 06:34:25 PDT 2018


ABataev added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/SystemZ/pr34619.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -mtriple=systemz-unknown -mcpu=z13 -slp-vectorizer -S < %s | FileCheck %s
+
----------------
Commit this test as a separate NFC patch with the checks against trunk


================
Comment at: test/Transforms/SLPVectorizer/X86/partail.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -slp-vectorizer -S -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 < %s | FileCheck %s
+
----------------
Commit this test as a separate NFC patch with the checks against trunk


================
Comment at: test/Transforms/SLPVectorizer/X86/pr35497.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -slp-vectorizer -S -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
+
----------------
Commit this test as a separate NFC patch with the checks against trunk


================
Comment at: test/Transforms/SLPVectorizer/X86/resched.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -slp-vectorizer -S -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 < %s | FileCheck %s
+
----------------
Commit this test as a separate NFC patch with the checks against trunk


https://reviews.llvm.org/D28907





More information about the llvm-commits mailing list