[PATCH] D41029: [JumpTables][PowerPC] Let targets decide which switch instructions are suitable for jump tables

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 12:36:29 PST 2018


nemanjai updated this revision to Diff 134494.
nemanjai added a comment.

Updated to use `llvm::SmallSet` instead of `std::set`.


Repository:
  rL LLVM

https://reviews.llvm.org/D41029

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  test/CodeGen/PowerPC/NoJTsDueToCTRUse.ll
  test/CodeGen/PowerPC/mcm-5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41029.134494.patch
Type: text/x-patch
Size: 16890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180215/c3d96db3/attachment.bin>


More information about the llvm-commits mailing list