As per title. Also add a facility method to get the name of a basic block from the C API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/llvm-c-test/echo.cpp | ||
---|---|---|
348 ↗ | (On Diff #47077) | report_fatal_error(..) ? |
354 ↗ | (On Diff #47077) | (same) |
368 ↗ | (On Diff #47077) | This is not clear to me that CloneBB will enforce ordering in the absolute: if "Prev" hasn't been encountered yet it may be seen later and will be moved. On the opposite if you're relying here on the order in which CloneBB is called, what is the ordering actually doing? |