[llvm-branch-commits] [BOLT][NFC] Simplify analyzeIndirectBranch (PR #91662)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 9 14:43:45 PDT 2024
https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/91662
Simplify mutually exclusive sanity checks in analyzeIndirectBranch,
where an UNKNOWN IndirectBranchType is to be returned. Reduces confusion
and code duplication when adding a new IndirectBranchType (to be added
in a follow-up diff).
Test Plan: NFC
More information about the llvm-branch-commits
mailing list