search for: 1011996

Displaying 1 result from an estimated 1 matches for "1011996".

2010 Sep 01
3
[LLVMdev] Register design decision for backend
Thanks for the reply Jakob, good to know that my assumption that LLVM would split regs into smaller subregs is confirmed to be too optimistic. It would be nice if this case could be handled by LLVM, basically trying to split regs and see if patterns match with the splitted regs before giving an error. About the transformation you mentioned in the selection DAG phase, that was my initial question,