[llvm] [AArch64] Update IssueWidth for Neoverse V1, N1, N3 (PR #154495)
Simon Wallis via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 02:16:32 PDT 2025
simonwallis2 wrote:
In llvm/tools/llvm-mca, there are 10 instances of
format("%.2f", …)
9 of these instances explicitly round up, using
floor((X * 100) + 0.5) / 100)
This RT output is the 10th instance.
llvm-mca/InstructionInfoView.cpp should be modified to match the other 9, and the test cases updated to match the new rounded-up value.
https://github.com/llvm/llvm-project/pull/154495
More information about the llvm-commits
mailing list