search for: ppc9

Displaying 5 results from an estimated 5 matches for "ppc9".

Did you mean: ppc
2020 Sep 02
2
[EXTERNAL] Re: Machinepipeliner interface. shouldIgnoreForPipelining, actually not ignoring.
Sorry to bring this thread from 3 months ago back, but I’m running into this issue too. I do see that shouldIgnore is not called in the MachinePipeliner, however, James’ comment doesn’t really resolve the issue or make the story any clearer. My summary of the comment is: “Hexagon and PPC9 do not need to ignore any instructions. However, in the case that you do, such as when the indvar update is explicit, this function is provided to allow the target to strip those instructions from the pipelined kernel.” However, the reality is that the implementation seems incomplete and there’s n...
2020 Sep 03
1
[EXTERNAL] RE: Machinepipeliner interface. shouldIgnoreForPipelining, actually not ignoring.
...this thread from 3 months ago back, but I’m running into > this issue too. > I do see that shouldIgnore is not called in the MachinePipeliner, however, > James’ comment doesn’t really resolve the issue or make the story any > clearer. > > My summary of the comment is: “Hexagon and PPC9 do not need to ignore any > instructions. However, in the case that you do, such as when the indvar > update is explicit, this function is provided to allow the target to strip > those instructions from the pipelined kernel.” > > However, the reality is that the implementation seems...
2020 Jun 01
2
Machinepipeliner interface. shouldIgnoreForPipelining, actually not ignoring.
Hi all, I think there is a mistake in the machinepipeliner interface. In the TargetInstrInfo.h in the class PipelinerLoopInfo there is a function "bool shouldIgnoreForPipelining(const MachineInstr *MI)". The description says that if this function returns true for a given MachineInstr it will not be pipelined. However in reality it is not ignored and is being considered for
2020 Sep 07
2
[EXTERNAL] RE: Machinepipeliner interface. shouldIgnoreForPipelining, actually not ignoring.
...this thread from 3 months ago back, but I’m running into > this issue too. > I do see that shouldIgnore is not called in the MachinePipeliner, however, > James’ comment doesn’t really resolve the issue or make the story any > clearer. > > My summary of the comment is: “Hexagon and PPC9 do not need to ignore any > instructions. However, in the case that you do, such as when the indvar > update is explicit, this function is provided to allow the target to strip > those instructions from the pipelined kernel.” > > However, the reality is that the implementation seems...
2020 Sep 09
2
[EXTERNAL] RE: Machinepipeliner interface. shouldIgnoreForPipelining, actually not ignoring.
...this thread from 3 months ago back, but I’m running into > this issue too. > I do see that shouldIgnore is not called in the MachinePipeliner, however, > James’ comment doesn’t really resolve the issue or make the story any > clearer. > > My summary of the comment is: “Hexagon and PPC9 do not need to ignore any > instructions. However, in the case that you do, such as when the indvar > update is explicit, this function is provided to allow the target to strip > those instructions from the pipelined kernel.” > > However, the reality is that the implementation seems...