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

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 11:01:58 PDT 2016


hans added a comment.

Please make areJTsAllowed() take a Function* parameter and do the check there instead. That way, the code will not waste time in findJumpTables() only to decide later to not build any.


http://reviews.llvm.org/D18321





More information about the llvm-commits mailing list