diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-02-07 08:48:57 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-02-07 08:48:57 +0000 |
| commit | 8ebdc2dd53bc3261c4fec059596fbf34aced5765 (patch) | |
| tree | 9b3cecea0efda12ec91e603b1c4599e505536048 /polly/lib/CodeGen/CodeGeneration.cpp | |
| parent | 0aeda3746443657cb1c0df4da18137e4a49659f5 (diff) | |
| download | llvm-8ebdc2dd53bc3261c4fec059596fbf34aced5765.zip llvm-8ebdc2dd53bc3261c4fec059596fbf34aced5765.tar.gz llvm-8ebdc2dd53bc3261c4fec059596fbf34aced5765.tar.bz2 | |
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
Diffstat (limited to 'polly/lib/CodeGen/CodeGeneration.cpp')
| -rw-r--r-- | polly/lib/CodeGen/CodeGeneration.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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(); |
