[PATCH] [Patch] Loop Interchange Pass

hfinkel at anl.gov hfinkel at anl.gov
Thu Feb 19 18:46:41 PST 2015


================
Comment at: test/Transforms/LoopInterchange/vectorize.ll:1
@@ +1,2 @@
+; RUN: opt -S -basicaa -loop-interchange -loop-vectorize < %s | FileCheck %s
+
----------------
Don't run the vectorizer here. Just run interchange, verify that it does what it should, and if you want end-to-end coverage through the vectorizer, add a vectorizer regression test for the interchanged loops (likely, in the subfolder of the vectorizer's regression tests for your target of interest).

http://reviews.llvm.org/D7499

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list