[PATCH] D150009: [AArch64CompressJumpTables] Prevent compression when block alignment is bigger than function alignment.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 10:35:15 PDT 2023


paulwalker-arm updated this revision to Diff 528931.
paulwalker-arm added a comment.

Sorry of the delay in following up. I've notice that branch relaxation solves the same problem so I've copied its solution and updated the test accordingly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150009

Files:
  llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
  llvm/test/CodeGen/AArch64/jump-table-compress.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150009.528931.patch
Type: text/x-patch
Size: 4444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230606/d61806f7/attachment.bin>


More information about the llvm-commits mailing list