[llvm] [BOLT][AArch64] Exclude JT pattern matching under assert failure (PR #122298)

Alexey Moksyakov via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 08:33:48 PST 2025


yavtuk wrote:

@ilinpv definitely we should extend the number of  supported patterns for jump table, but above PR #124372 is unified and exclude assert for unknown table right now.
How about another idea, I will just take this test and add it to repo with checking that this patterns must generate log: "failed pattern matching ...." . We will see which templates exist and which are not currently supported. Your analyze can be based on having in front of you the patterns of jump tables which we have met in code.

https://github.com/llvm/llvm-project/pull/122298


More information about the llvm-commits mailing list