Hoa Nguyen has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/36335 )

Change subject: cpu: Update stats for LTAGE bpred
......................................................................

cpu: Update stats for LTAGE bpred

Updated stats in ltage.hh and ltage.cc to use new style stats.

Change-Id: I5f676381fce6f3a0b6abc6044577540e561dcd7b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36335
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/cpu/pred/ltage.cc
M src/cpu/pred/ltage.hh
2 files changed, 0 insertions(+), 6 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/src/cpu/pred/ltage.cc b/src/cpu/pred/ltage.cc
index 41fad85..8ea44fa 100644
--- a/src/cpu/pred/ltage.cc
+++ b/src/cpu/pred/ltage.cc
@@ -141,8 +141,3 @@
     TAGE::squash(tid, bp_history);
 }

-void
-LTAGE::regStats()
-{
-    TAGE::regStats();
-}
diff --git a/src/cpu/pred/ltage.hh b/src/cpu/pred/ltage.hh
index 9ed1e48..f8c4369 100644
--- a/src/cpu/pred/ltage.hh
+++ b/src/cpu/pred/ltage.hh
@@ -69,7 +69,6 @@
                 Addr corrTarget) override;

     void init() override;
-    virtual void regStats() override;

   protected:
     /** The loop predictor object */

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/36335
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I5f676381fce6f3a0b6abc6044577540e561dcd7b
Gerrit-Change-Number: 36335
Gerrit-PatchSet: 4
Gerrit-Owner: Mahyar Samani <[email protected]>
Gerrit-Reviewer: Ayaz Akram <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Hoa Nguyen <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Marjan Fariborz <[email protected]>
Gerrit-Reviewer: Maryam Babaie <[email protected]>
Gerrit-Reviewer: Trivikram Reddy <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to