[llvm] [llvm-mca] Add command line option -call-latency (PR #92958)
Chinmay Deshpande via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 15:53:15 PDT 2024
================
@@ -33,7 +33,7 @@ InstrBuilder::InstrBuilder(const llvm::MCSubtargetInfo &sti,
const llvm::MCInstrAnalysis *mcia,
const mca::InstrumentManager &im)
: STI(sti), MCII(mcii), MRI(mri), MCIA(mcia), IM(im), FirstCallInst(true),
- FirstReturnInst(true) {
+ FirstReturnInst(true), CallLatency(100U) {
----------------
chinmaydd wrote:
Thanks for pointing that out. I tried to address it.
https://github.com/llvm/llvm-project/pull/92958
More information about the llvm-commits
mailing list