[PATCH] D129322: [AMDGPU][Scheduler] Avoid initializing Register pressure tracker when tracking is disabled

Anshil Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 12:56:27 PDT 2022


gandhi21299 added a comment.

@rampitec I was loading the pressure values at every candidate. `initCandidate` clears the values in `Pressure` so the array becomes empty for the next iteration.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129322/new/

https://reviews.llvm.org/D129322



More information about the llvm-commits mailing list