search for: 49d74010

Displaying 2 results from an estimated 2 matches for "49d74010".

2011 Jun 20
0
[LLVMdev] New Configure Option for LLVM Builds
...ine options to tools when possible; that way, when someone wants to experiment with changing the parameter, they do not need to recompile. -- John T. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110620/49d74010/attachment.html>
2011 Jun 20
4
[LLVMdev] New Configure Option for LLVM Builds
For the PTX back-end, I would like to introduce a configure-time option to determine the number of architectural registers available to LLVM register allocation during code generation. The motivation for this is PTX is a virtual instruction set and the number of registers is configurable in the output file. Thus, the number of registers specified via tablegen is arbitrary. For different