[llvm-dev] view how instruction selection is happening

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 15 12:23:51 PDT 2016


On 15 March 2016 at 12:13, Rail Shafigulin via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> At one point someone showed me how to view the output of how instruction
> selection is happening. The output I'm talking about is shown below. Can
> someone remind me how to generate it? (I really should start writing down
> stuff like this)

That's "llc -debug".

Tim.


More information about the llvm-dev mailing list