Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-30 | Fix logic to determine whether to turn a switch into a lookup table. When | Evan Cheng | |
the tables cannot fit in registers (i.e. bitmap), do not emit the table if it's using an illegal type. rdar://12779436 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168970 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-11-07 | Only do switch-to-lookup table transformation when TargetTransformInfo | Hans Wennborg | |
is available. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167552 91177308-0d34-0410-b5e6-96231b3b80d8 |