[PATCH] D35579: [SimplifyCFG] Make the no-jump-tables attribute also disable switch lookup tables

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 29 08:11:02 PDT 2017


inouehrs added a comment.

I moved `SimplifyCFG/disable-lookup-table.ll` into `SimplifyCFG/X86/disable-lookup-table.ll` to avoid test failure when X86 backend is not enabled (https://reviews.llvm.org/rL309487).
Please update again if you prefer another way to avoid test failure. Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D35579





More information about the llvm-commits mailing list