[PATCH] D16839: [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative toD16251)
Gerolf Hoflehner via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 15:57:41 PST 2016
Gerolf marked an inline comment as done.
Gerolf added a comment.
Thank you, Akira!
================
Comment at: test/Transforms/SimplifyCFG/InfLoop.ll:171
@@ +170,2 @@
+ ret void
+}
----------------
ahatanak wrote:
> Can this test be smaller?
Reduced it by another ~30% to about fairly simple lines.
http://reviews.llvm.org/D16839
More information about the llvm-commits
mailing list