[PATCH] D37969: [Polly][test] Enable -polly-codegen-verify for regression tests.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 05:35:48 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313527: [test] Enable -polly-codegen-verify for regression tests. (authored by Meinersbur).

Changed prior to commit:
  https://reviews.llvm.org/D37969?vs=115621&id=115627#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37969

Files:
  polly/trunk/test/lit.site.cfg.in


Index: polly/trunk/test/lit.site.cfg.in
===================================================================
--- polly/trunk/test/lit.site.cfg.in
+++ polly/trunk/test/lit.site.cfg.in
@@ -50,13 +50,15 @@
                                  + ' -polly-remarks-minimal '
                                  + ' -polly-use-llvm-names '
                                  + ' -polly-import-jscop-dir=%S '
+                                 + ' -polly-codegen-verify '
                                  ))
 else:
     config.substitutions.append(('%loadPolly', ''
                                  + ' -polly-process-unprofitable '
                                  + ' -polly-remarks-minimal '
                                  + ' -polly-use-llvm-names '
                                  + ' -polly-import-jscop-dir=%S '
+                                 + ' -polly-codegen-verify '
                                  ))
 
 if config.enable_gpgpu_codegen == 'TRUE' :


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37969.115627.patch
Type: text/x-patch
Size: 956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170918/81f12964/attachment.bin>


More information about the llvm-commits mailing list