From 8ebdc2dd53bc3261c4fec059596fbf34aced5765 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 7 Feb 2016 08:48:57 +0000 Subject: Make memory accesses with different element types optional We also disable this feature by default, as there are still some issues in combination with invariant load hoisting that slipped through my initial testing. llvm-svn: 260025 --- polly/lib/CodeGen/CodeGeneration.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'polly/lib/CodeGen/CodeGeneration.cpp') diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index 750c8b9..12ef856 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp @@ -174,9 +174,6 @@ public: fixRegionInfo(EnteringBB->getParent(), R->getParent()); } - assert(!verifyGeneratedFunction(S, *EnteringBB->getParent()) && - "Verification of generated function failed"); - // Mark the function such that we run additional cleanup passes on this // function (e.g. mem2reg to rediscover phi nodes). Function *F = EnteringBB->getParent(); -- cgit v1.1