[PATCH] D151025: [llvm-exegesis] Add support for using memory annotations

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 02:59:49 PDT 2023


courbet added inline comments.


================
Comment at: llvm/tools/llvm-exegesis/lib/Assembler.cpp:51-54
+    BBF.addInstructions(ET.moveArgumentRegisters());
+    BBF.addInstructions(ET.generateLowerMunmap());
+    BBF.addInstructions(ET.generateUpperMunmap());
+    BBF.addInstructions(ET.generateMmapAuxMem());
----------------
If we're always going to call these 4 in a sequence, let's have a single point of entry in `ExegesisTarget`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151025



More information about the llvm-commits mailing list