[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 09:46:41 PDT 2024


================
@@ -160,12 +166,17 @@ struct Instruction {
   const BitVector &ImplUseRegs; // The set of aliased implicit use registers.
   const BitVector &AllDefRegs;  // The set of all aliased def registers.
   const BitVector &AllUseRegs;  // The set of all aliased use registers.
+  const BitVector &MemoryRegs;  // The set of all aliased memory use registers.
+  const BitVector
----------------
mshockwave wrote:

This formatting looks odd... maybe we could just put the comment above the line so that clang-format won't do anything funny?

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


More information about the llvm-commits mailing list