[PATCH] D46568: [SimplifyCFG] Fix a crash when folding PHIs

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 09:27:29 PDT 2018


aprantl added a comment.

I've slowly come to always prefer the smallest possible test case, since anything else makes it impossible for future readers to determine what the test is supposed to be testing and it is very easy to end up with cargo-cult testcases that don't test anything interesting after a while.


https://reviews.llvm.org/D46568





More information about the llvm-commits mailing list