[LLVMdev] Bug in Language Reference? %0 versus %1 as starting index.

Mikael Lyngvig mikael at lyngvig.org
Tue Nov 26 17:02:53 PST 2013


The language reference states that local temporaries begin with index 0,
but if I try that on my not-entirely-up-to-date v3.4 llc (it is like a week
old), I get an error "instruction expected to be numbered '%1'".

Also, quite a few examples in the LR uses %0 as a local identifier.

Should I fix those or is it a problem in llc?


-- Mikael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131127/0be9c86e/attachment.html>


More information about the llvm-dev mailing list