[llvm] [llvm-mca] Add command line option -call-latency (PR #92958)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 03:47:48 PDT 2024


================
@@ -31,9 +31,10 @@ InstrBuilder::InstrBuilder(const llvm::MCSubtargetInfo &sti,
                            const llvm::MCInstrInfo &mcii,
                            const llvm::MCRegisterInfo &mri,
                            const llvm::MCInstrAnalysis *mcia,
-                           const mca::InstrumentManager &im)
+                           const mca::InstrumentManager &im,
+                           unsigned cl)
----------------
RKSimon wrote:

clang-format this

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


More information about the llvm-commits mailing list