On 10/21/2024 8:41 AM, Atul Rahman via gem5-users wrote:
Hello,
In function checkSignalsAndUpdate(ThreadID tid) in src/cpu/o3/fetch.cc file, it seems miss prediction can still happen
from commit and decode even if mispredictInst->isControl() is false.
```
// Check squash signals from commit.
Hello,
In function checkSignalsAndUpdate(ThreadID tid) in src/cpu/o3/fetch.cc file, it
seems miss prediction can still happen from commit and decode even if
mispredictInst->isControl() is false.
```
// Check squash signals from commit.
if (fromCommit->commitInfo[tid].squash) {
DPRINT