[llvm-commits] [llvm] r76198 - in /llvm/trunk: docs/LangRef.html include/llvm-c/Core.h include/llvm/Attributes.h lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLToken.h lib/CodeGen/PrologEpilogInserter.cpp lib/VMCore/Attribut

Anton Korobeynikov anton at korobeynikov.info
Fri Jul 17 13:49:02 PDT 2009


Hello, Eli

> Hmm, I wasn't thinking in terms of a non-allocatable register.  But
> does LLVM actually support loads and stores from such registers
> anyway?
Variable itself is not tied to anything. Just loads and stores to such
variables are lowered to inline asm. And inline asm can do anything it
want, e.g. doing load from arbitrary register, etc :)

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list