Displaying 1 result from an estimated 1 matches for "6ba0df39".
2004 Jul 06
1
[LLVMdev] Moving between registers of different classes
Suppose I need to align an address register to even boundary. Since address
register can't be AND-ed with anything, I move the value into general purpose
register, to "and" and then move it into address register. Unfortunately, the
register allocator crashes. Here's machine code:
%reg1030 = - %reg1027, 1
%reg1031 = move %reg1030
%reg1032 = + %reg1031,