Displaying 3 results from an estimated 3 matches for "reg1081".
Did you mean:
reg1031
2010 Jun 17
0
[LLVMdev] Loopinfo Analysis
Hi Hisham,
Most likely the basic blocks are the headers of two different loops. Try running viewCFG() on the function in question to see if this is the case.
Tom
----- Original Message -----
From: "Hisham Chowdhury" <hisham_chow at yahoo.com>
To: llvmdev at cs.uiuc.edu
Sent: Wednesday, June 16, 2010 7:22:00 PM GMT -05:00 US/Canada Eastern
Subject: [LLVMdev] Loopinfo Analysis
2010 Jun 16
2
[LLVMdev] Loopinfo Analysis
Hello,
I have a question regrading the analysis pass that generates loop info from an .ll code. My previous understanding was there will be just one loop header(in the loop info) for a particular loop. But, when i use isLoopHeader() member function from the loop info class I get 'true' return value for two different basic blocks. Note both basic blocks are loop conditional block(break
2007 Jul 12
1
[LLVMdev] backend problem with LiveInterval::removeRange
...: i32,ch = LW 0x88cacb8, 0x88caae8, 0x88c9060
SU(1): 0x88caa50: ch = RET 0x88cb348, 0x88cba78, 0x88cba78:1
0x88cba78: ch,flag = CopyToReg 0x88cad20:1, 0x88cba10, 0x88cad20
Selected machine code:
return: 0x88c81d0, LLVM BB @0x88bfdf0, ID#17:
Predecessors according to CFG: 0x88c85e0 (#16)
%reg1081 = LW 0, <fi#2>
%2 = ADDu %ZERO, %reg1081
RET %RA
Total amount of phi nodes to update: 0
# Machine code for main():
<fi #-2>: size is 4 bytes, alignment is 1 byte, fixed at location [SP-12]
<fi #-1>: size is 4 bytes, alignment is 1 byte, fixed at location [SP-12]
<fi #0&...