search for: moveexitingfrominto

Displaying 4 results from an estimated 4 matches for "moveexitingfrominto".

2012 May 25
2
[LLVMdev] handleMoveIntoBundle assertion
...cool stuff ! I'm running into problems when I want to update the LI information of an instruction. I call handleMoveIntoBundle() to make its LI begins from the packet header but the following assertion is raised: "Can't have two defs for the same variable exiting a bundle." in moveExitingFromInto() IIUC, handleMoveIntoBundle collects entering, internal and exiting live ranges from the bundle and group all this information into BundleRanges. Then it collects the same information for the incoming instruction and add it to the current BundleRanges while updating its live ranges. I found th...
2012 May 29
2
[LLVMdev] [PATCH] handleMoveIntoBundle assertion
...n I want to update the LI information of > > an instruction. I call handleMoveIntoBundle() to make its LI begins > > from the packet header but the following assertion is raised: > > > > "Can't have two defs for the same variable exiting a bundle." in > > moveExitingFromInto() > > > > IIUC, handleMoveIntoBundle collects entering, internal and exiting > > live ranges from the bundle and group all this information into > > BundleRanges. Then it collects the same information for the incoming > > instruction and add it to the current BundleRan...
2012 May 29
0
[LLVMdev] [PATCH] handleMoveIntoBundle assertion
...ning into problems when I want to update the LI information of > an instruction. I call handleMoveIntoBundle() to make its LI begins > from the packet header but the following assertion is raised: > > "Can't have two defs for the same variable exiting a bundle." in > moveExitingFromInto() > > IIUC, handleMoveIntoBundle collects entering, internal and exiting > live ranges from the bundle and group all this information into > BundleRanges. Then it collects the same information for the incoming > instruction and add it to the current BundleRanges while updating its...
2012 May 29
0
[LLVMdev] [PATCH] handleMoveIntoBundle assertion
...he LI information of >> > an instruction. I call handleMoveIntoBundle() to make its LI begins >> > from the packet header but the following assertion is raised: >> > >> > "Can't have two defs for the same variable exiting a bundle." in >> > moveExitingFromInto() >> > >> > IIUC, handleMoveIntoBundle collects entering, internal and exiting >> > live ranges from the bundle and group all this information into >> > BundleRanges. Then it collects the same information for the incoming >> > instruction and add it to t...