[PATCH] D68266: [MCA][LSUnit] Track loads and stores until retirement.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 6 10:58:55 PDT 2019
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
I think we should proceed with this.
The question i raised can be addressed later.
It basically is: "if the L1 <https://reviews.llvm.org/L1> latency is <n> cycles, and we start executing these
load-folded instructions these <n> cycles earlier, then where are those cycles
*actually* spent, if we're in-and-out of load queue without spending any cycles there?"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68266/new/
https://reviews.llvm.org/D68266
More information about the llvm-commits
mailing list