[PATCH] D63223: [AArch64][GlobalISel] Implement selection support for the new G_JUMP_TABLE and G_BRJT ops

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 10:51:27 PDT 2019


aemerson created this revision.
aemerson added reviewers: paquette, t.p.northover.
aemerson added a project: LLVM.
Herald added subscribers: Petar.Avramovic, hiraditya, kristof.beyls, javed.absar, rovka.
aemerson added a parent revision: D63169: [GlobalISel][IRTranslator] Change switch table translation to  generate jump tables and range checks..

With this we can now fully code generate jump tables, which is important for code size.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63223

Files:
  llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
  llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-jump-table-brjt.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63223.204328.patch
Type: text/x-patch
Size: 9843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/973c4935/attachment.bin>


More information about the llvm-commits mailing list