[PATCH] D14333: [Polly] Cleanup IR after CodeGeneration (WIP)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 08:12:15 PST 2015
Meinersbur added inline comments.
================
Comment at: test/ScopInfo/new-domain-construction-schedule-not-freed.ll:6
@@ -5,3 +5,1 @@
;
-; CHECK: Statements
-;
----------------
The scop is sometimes removed completely because it has no side effects. This should not be specific to this patch, but occurred occasionally when testing it.
http://reviews.llvm.org/D14333
More information about the llvm-commits
mailing list