[PATCH] D62402: [AArch64] check for INLINEASM_BR along w/ INLINEASM

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 12:03:09 PDT 2019


efriedma added a comment.

There are two ways you could write a testcase: you could construct a test with an out of range "tbz" (if BranchRelaxation fails to trigger when it should), or you could write a testcase with a jump table entry that doesn't fit (if AArch64CompressJumpTables compresses a jump table too much).


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62402/new/

https://reviews.llvm.org/D62402





More information about the llvm-commits mailing list