[PATCH] D16561: Tweak unnamed label syntax in textual IR for easier matching in tests.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 15:55:06 PST 2016
pcc accepted this revision.
pcc added a reviewer: pcc.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
We should eventually make it so that numeric labels need to appear explicitly in the textual IR (as a non-comment) rather than being implied by a terminator. But this is definitely an improvement on the status quo.
Repository:
rL LLVM
http://reviews.llvm.org/D16561
More information about the llvm-commits
mailing list