On Jan 28, 2008, at 6:21 PM, Dale Johannesen wrote: > Author: johannes > Date: Mon Jan 28 20:21:21 2008 > New Revision: 46485 > > URL: http://llvm.org/viewvc/llvm-project?rev=46485&view=rev > Log: > Handle 'X' constraint in asm's better.
Hey Dale, Can this be done in llvm-gcc? It seems better to only expose 'simplified' constraints to the llvm code generator. This means the target hooks would become wonderful macros in i386.h for example, but that seems tolerable. It also might be possible to iterate over the constraint letters somehow in GCC, which would make it possible to implement this in a target independent way. What do you think? -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits