<div dir="ltr"><div>After watching a few different people get confused about nameless blocks in llvm IR, and recalling my own confusion a few years ago, I'd like to change the syntax slightly to make it a bit clearer.</div><div><br></div><div dir="ltr">This is similar to the change made for instruction names in <a href="https://llvm.org/">https://llvm.org/</a><span style="color:rgb(0,0,0);font-family:"Segoe UI","Segoe UI Emoji","Segoe UI Symbol",Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">PR2480 a decade ago.</span></div><div dir="ltr"><br></div><div>Two changes:</div><div>1. Change the parsing of a numeric block label to parse as a value number rather than a string.</div><div>2. When printing blocks, always print the value number as a proper label, except for the initial block.</div><div dir="ltr"><div><br>See proposed change in <a href="https://reviews.llvm.org/D58548">https://reviews.llvm.org/D58548</a></div><div><br></div></div></div>