]> granicus.if.org Git - llvm/commit
[LoopSimplifyCFG] Suppress expensive DomTree verification
authorYevgeny Rouban <yevgeny.rouban@azul.com>
Mon, 29 Apr 2019 13:29:55 +0000 (13:29 +0000)
committerYevgeny Rouban <yevgeny.rouban@azul.com>
Mon, 29 Apr 2019 13:29:55 +0000 (13:29 +0000)
commite8fab5b74fa3ccd4e35c4efa1b009edfbeb18501
tree3add8581b5ac72b521ae5d1e5a580efd56e39d6b
parent2bd7c60ff75a6cfdb771881b43647329f5f8f74f
[LoopSimplifyCFG] Suppress expensive DomTree verification

This patch makes verification level lower for builds with
inexpensive checks.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359446 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopSimplifyCFG.cpp