summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-05-12 07:45:52 +0000
committerTobias Grosser <tobias@grosser.es>2015-05-12 07:45:52 +0000
commit09d3069740cf69731d384a7229bf93452e4f6009 (patch)
tree75833dc95c5d35a8d6f0d9bd36d45baeae0cd1f0 /polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
parentb2b61a24227edc527d419501d66d53597888be80 (diff)
downloadbcm5719-llvm-09d3069740cf69731d384a7229bf93452e4f6009.tar.gz
bcm5719-llvm-09d3069740cf69731d384a7229bf93452e4f6009.zip
Rename IslCodeGeneration to CodeGeneration
Besides class, function and file names, we also change the command line option from -polly-codegen-isl to just -polly-codegen. The isl postfix is a leftover from the times when we still had the CLooG based -polly-codegen. Today it is just redundant and we drop it. llvm-svn: 237099
Diffstat (limited to 'polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll')
-rw-r--r--polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll b/polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
index aca9ffbe911..b4cbbc68b65 100644
--- a/polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
+++ b/polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen-isl -polly-vectorizer=polly -dce -S < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen -polly-vectorizer=polly -dce -S < %s | FileCheck %s
;#define N 1024
;float A[N];
OpenPOWER on IntegriCloud