[test] Enable -polly-codegen-verify for regression tests.
commit00523ee8a1487f568a31ce7ea6b3d97362dd8174
authorMichael Kruse <llvm@meinersbur.de>
Mon, 18 Sep 2017 12:34:11 +0000 (18 12:34 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 18 Sep 2017 12:34:11 +0000 (18 12:34 +0000)
treec2e012794831620a2d4ba1d46539b2b37fb6e336
parentd17dd434d98eb6c8ddcff8a9d7541e6a831c23e8
[test] Enable -polly-codegen-verify for regression tests.

In r301670 IR verification was disabled. Since then, CodeGen writing
malformed IR would only be noticed by unpredictable behavior in
follow-up passes (e.g. segfaults, infinite loops) or IR verification in
the backend assert builds.

Re-enable -polly-codegen-verify at for the regression tests to ensure
that malformed IR is detected where Polly generated malformed IR in the
past and changes in CodeGen are at least partially covered by
check-polly
(otherwise malformed IR may only get noticed when the buildbots run the
test-suite).

Differential Revision: https://reviews.llvm.org/D37969

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@313527 91177308-0d34-0410-b5e6-96231b3b80d8
test/lit.site.cfg.in