[llvm-commits] [llvm] r54744 - in /llvm/trunk/lib: AsmParser/LLLexer.cpp AsmParser/llvmAsmParser.y VMCore/AsmWriter.cpp VMCore/Verifier.cpp

Anton Korobeynikov anton at korobeynikov.info
Thu Aug 14 02:58:41 PDT 2008


Hello, Dale

> It does that for parameters (already did); the issue is return values.
> (And it's not new, it was there, just not fully implemented.  See
> X86CallingConv.td.)
Well, that's ok. But I'm just thinking about not to duplicate efforts.
Why don't allow inreg attribute on return values and handle it in this
way? It seems to be the most flexible solution.

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



More information about the llvm-commits mailing list