[PATCH] D52002: Omit range checks from jump tables when lowering switches with unreachable default

Ayonam Ray via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 23:27:13 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL355483: [CodeGen] Omit range checks from jump tables when lowering switches with… (authored by ayonam, committed by ).
Herald added a subscriber: jdoerfert.
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D52002?vs=182036&id=189448#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D52002

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/test/CodeGen/AArch64/switch-unreachable-default.ll
  llvm/trunk/test/CodeGen/X86/pr38743.ll
  llvm/trunk/test/CodeGen/X86/switch-jump-table.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52002.189448.patch
Type: text/x-patch
Size: 11504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/ade76e75/attachment.bin>


More information about the llvm-commits mailing list