[PATCH] D18321: Add support for no-jump-tables flag.

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 10:56:44 PDT 2016


niravd created this revision.
niravd added a reviewer: hans.
niravd added a subscriber: llvm-commits.

Add flag to disable the generation of Jump Tables in CodeGen as initial step
towards clang support of gcc's no-jump-table support

http://reviews.llvm.org/D18321

Files:
  include/llvm/CodeGen/CommandFlags.h
  include/llvm/Target/TargetOptions.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/X86/switch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18321.51189.patch
Type: text/x-patch
Size: 7130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160321/62219fa6/attachment.bin>


More information about the llvm-commits mailing list