[PATCH] D151023: [llvm-exegesis] Add Target Memory Utility Functions

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 01:46:13 PDT 2023


aidengrossman added a comment.

Right, all these functions do clobber registers (at least currently). 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.


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