Revert "[Verifier] enable llvm.experimental.noalias.scope.decl dominance check."
authorJeroen Dobbelaere <jeroen.dobbelaere@synopsys.com>
Mon, 1 Feb 2021 13:38:33 +0000 (14:38 +0100)
committerJeroen Dobbelaere <jeroen.dobbelaere@synopsys.com>
Mon, 1 Feb 2021 13:38:33 +0000 (14:38 +0100)
the 'clang-with-lto-ubuntu' buildbot triggers the assertion.

This reverts commit b43c395e60d2636ab5afc9b60a2046978c71e366.

llvm/lib/IR/Verifier.cpp

index c408ad6..100e881 100644 (file)
 using namespace llvm;
 
 static cl::opt<bool> VerifyNoAliasScopeDomination(
-    "verify-noalias-scope-decl-dom", cl::Hidden, cl::init(true),
+    "verify-noalias-scope-decl-dom", cl::Hidden, cl::init(false),
     cl::desc("Ensure that llvm.experimental.noalias.scope.decl for identical "
              "scopes are not dominating"));