[PATCH] D18223: Codegen: Decrease minimum jump table density

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 16:12:56 PDT 2016


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: test/CodeGen/X86/switch-density.ll:75
@@ +74,3 @@
+
+; Lowered as a jump table when sparse, and branches when dense.
+; CHECK-LABEL: dense
----------------
This one's always a jump table right, so the comment is slightly wrong?


http://reviews.llvm.org/D18223





More information about the llvm-commits mailing list