Displaying 1 result from an estimated 1 matches for "995983".
Did you mean:
995383
2007 Aug 10
2
[LLVMdev] MBB Critical edges
Hi all,
I have a pass to break critical edges of Machine Basic Blocks, but I
just discovered a bug (when compiling code for x86). The problem is 'jumpl
*%reg'. I don't know how to update the jump table for this type of
instruction. The code that I had (see below) does not update the jump
table, and the actual branch keeps jumping to the old basic block, instead
of the new.