search for: 4a0b76b1

Displaying 2 results from an estimated 2 matches for "4a0b76b1".

2013 Mar 28
0
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
...tes is to re-initialize the target machine and TTI for every function (if the attributes changed). Do you have another solution in mind ? Thanks, Nadav -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130328/4a0b76b1/attachment.html>
2013 Mar 28
3
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
So I have dual mode 16/32 compilation on a per function basis working. I need to clean up some things and then will push the change. I managed to do everything without needing to change anything in target independent code thus far. It was a fun puzzle to solve as to how to do this using only the given APIs. As for the BasicTransformInfoPassass, for this dual mode I'm using