[llvm] [BOLT][AArch64] Remove assertions from jump table heuristic (PR #124372)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 16:33:18 PST 2025
================
@@ -897,8 +901,8 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
// ldr w7, [x6]
// add x6, x6, w7, sxtw => no shift amount
// br x6
- errs() << "BOLT-WARNING: "
- "Failed to match indirect branch: ShiftVAL != 2 \n";
+ dbgs() << "BOLT-DEBUG: "
----------------
aaupov wrote:
Put under `LLVM_DEBUG`?
https://github.com/llvm/llvm-project/pull/124372
More information about the llvm-commits
mailing list