[llvm-commits] [PATCH] Add an MF pointer argument to TRI::getPointerRegClass and TII::getRegClass

Yiannis Tsiouris gtsiour at softlab.ntua.gr
Sun May 6 11:19:36 PDT 2012


Hi,

The attached patch extends TRI::getPointerRegClass and TII::getRegClass
functions with an extra MF pointer argument in order to co-relate a
specific register class, e.g. GR32_TC, with a calling convention. This
is needed for the HiPE calling convention patch (discussed in [1]).

Please review!

Best,
Yiannis

[1]:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120430/142039.html

-- 
Yiannis Tsiouris
Ph.D. student,
Software Engineering Laboratory,
National Technical University of Athens
WWW: http://www.softlab.ntua.gr/~gtsiour

-------------- next part --------------
A non-text attachment was scrubbed...
Name: getPointerRegClass-getRegClass-add-MF-arg.diff
Type: text/x-diff
Size: 28659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120506/6c04c774/attachment.diff>


More information about the llvm-commits mailing list