[PATCH] D26827: Make tests more robust with Release builds

2016-11-23 Thread Douglas Yung via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL287851: Make these tests work more reliably with Release builds. (authored by dyung). Changed prior to commit: https://reviews.llvm.org/D26827?vs=78449&id=79181#toc Repository: rL LLVM https://revie

[PATCH] D26827: Make tests more robust with Release builds

2016-11-23 Thread Alexey Bataev via cfe-commits
ABataev accepted this revision. ABataev added a comment. This revision is now accepted and ready to land. I'm ok with these changes but please check that tests are still working on Windows https://reviews.llvm.org/D26827 ___ cfe-commits mailing lis

[PATCH] D26827: Make tests more robust with Release builds

2016-11-17 Thread Douglas Yung via cfe-commits
dyung created this revision. dyung added a reviewer: ABataev. dyung added a subscriber: cfe-commits. These two tests in many places looks for a pattern: ... br ... label % ... ... In non-release builds of the compiler, this works fine. For example: br label %omp.inner.for.cond, !dbg !313 omp.i