The LLVM Tutorial,
https://llvm.org/docs/tutorial/LangImpl01.html
provides an excellent introduction to language definition and code generation.
I am looking for a similar example that demonstrates how to use SmallString. Even a small test program,