[PATCH] D151023: [llvm-exegesis] Add Target Memory Utility Functions
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 01:53:17 PDT 2023
courbet added a comment.
In D151023#4427407 <https://reviews.llvm.org/D151023#4427407>, @aidengrossman wrote:
> Right, all these functions do clobber registers (at least currently).
Let's document this then :)
> However, the only one that actually matters is `configurePerfCounter` as it is the only one that runs after the registers get initialized to their specified values. I have a TODO to fix this.
SG, let's do it now given that as such the code won't work as is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151023/new/
https://reviews.llvm.org/D151023
More information about the llvm-commits
mailing list