diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-24 05:34:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-24 05:34:44 +0000 |
commit | d1eaebef493ce086f7791be24a3eaacf355d1cdc (patch) | |
tree | 12feb2014a6346948a29787c3f82a39a71aed533 /lib | |
parent | c88c17b0f689443be31499d7bfb147651e5ac9a6 (diff) |
The simplifycfg pass should be able to turn stuff like:
if (X == 4 || X == 7)
and
if (X != 4 && X != 7)
into switch instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions