Files
clang-p2996/llvm/tools/llvm-mca/llvm-mca.cpp
Chinmay Deshpande 848bef5d85 [llvm-mca] Add command line option -call-latency (#92958)
Currently we assume a constant latency of 100 cycles for call
instructions. This commit allows the user to specify a custom value for
the same as a command line argument. Default latency is set to 100.
2024-05-22 13:51:55 -07:00

30 KiB