Displaying 2 results from an estimated 2 matches for "32afe968".
Did you mean:
32afe588
2012 May 09
0
[LLVMdev] register allocation problems in trunk with IMPLICIT_DEF
...gisters.
Please file a PR, preferably with a test case for an in-target tree. Don't forget to state which register allocator you are using.
/jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120509/32afe968/attachment.html>
2012 May 09
2
[LLVMdev] register allocation problems in trunk with IMPLICIT_DEF
Hi,
Recently code using IMPLICIT_DEF and INSERT_SUBREG started to break:
%vreg9<def> = IMPLICIT_DEF
%vreg10<def> = INSERT_SUBREG %vreg9<kill>, %vreg1<kill>, hi
%vreg12<def> = sub %vreg10<kill>, %vreg11<kill>
=>
%vreg10<def> = IMPLICIT_DEF
%vreg10:hi<def> = COPY %vreg1<kill>