[PATCH] D39440: [SimplifyCFG] Use a more generic name for the selects created by SpeculativelyExecuteBB to prevent long names from being created

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 09:07:41 PDT 2017


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

The code change looks obviously correct, so LGTM.

I'd suggest regenerating the checks in the tests using utils/update_test_checks.py. We really don't want those to be affected by cosmetic name changes, right?


https://reviews.llvm.org/D39440





More information about the llvm-commits mailing list