Skip to content

Commit b43c395

Browse files
committed
[Verifier] enable llvm.experimental.noalias.scope.decl dominance check.
Now that Loop Peeling has been fixed (80cdd30), enable the dominance check by default. This reverts commit 3b5d36e.
1 parent 5211af4 commit b43c395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/Verifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
using namespace llvm;
117117

118118
static cl::opt<bool> VerifyNoAliasScopeDomination(
119-
"verify-noalias-scope-decl-dom", cl::Hidden, cl::init(false),
119+
"verify-noalias-scope-decl-dom", cl::Hidden, cl::init(true),
120120
cl::desc("Ensure that llvm.experimental.noalias.scope.decl for identical "
121121
"scopes are not dominating"));
122122

0 commit comments

Comments
 (0)