Displaying 1 result from an estimated 1 matches for "i8000000".
Did you mean:
a8000000
2017 May 26
2
Moving instructions from source Basic Block to dest Basic Block
...truction::clone() but there
is no result value for this.
For example-
source Basic block :
continuation: ; preds = %else, %then
%iftmp = phi i32 [ 5, %then ], [ 9, %else ]
store i32 %iftmp, i32* %datasize
; 3 instructions below being copied
store i8000000 0, i8000000* %res
%res4 = load i8000000, i8000000* %res
ret i8000000 %res4
After copying the 3 instructions above to destination basic block.
destination basic block :
else: ; preds = %entry
store i8000000 0, i8000000* %res
%1---->issue =...