[llvm] [MCA] Enable customization of individual instructions (PR #155420)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 16 10:33:57 PDT 2025


================
@@ -143,19 +171,21 @@ class LLVM_ABI InstrumentManager {
 protected:
   const MCSubtargetInfo &STI;
   const MCInstrInfo &MCII;
+  bool EnableInstruments;
----------------
mshockwave wrote:

okay, now it makes more sense to me.

https://github.com/llvm/llvm-project/pull/155420


More information about the llvm-commits mailing list