[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
Mon Nov 13 10:19:30 PST 2017


ABataev added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg:1
+if not 'SystemZ' in config.root.targets:
+    config.unsupported = True
----------------
You'd better to emit it as a separate NFC patch


https://reviews.llvm.org/D28907





More information about the llvm-commits mailing list