[PATCH] D60295: [CodeGen] Replace -max-jump-table-size with -max-jump-table-targets

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 18:08:51 PDT 2019


evandro updated this revision to Diff 213770.
evandro retitled this revision from "[CodeGen] Change the jump table size unit from entry to target" to "[CodeGen] Replace -max-jump-table-size with -max-jump-table-targets".

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

https://reviews.llvm.org/D60295

Files:
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SwitchLoweringUtils.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/test/CodeGen/AArch64/max-jump-table.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60295.213770.patch
Type: text/x-patch
Size: 18956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/938400bc/attachment.bin>


More information about the llvm-commits mailing list