diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-24 05:38:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-24 05:38:11 +0000 |
commit | 0d56008f53587531718ec36af82cc24576580b36 (patch) | |
tree | 56bd1d7028d15615876fbecea6101673bed7814a /lib/CodeGen/MachineInstrAnnot.cpp | |
parent | d1eaebef493ce086f7791be24a3eaacf355d1cdc (diff) |
Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll
This turns code like this:
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@11792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstrAnnot.cpp')
0 files changed, 0 insertions, 0 deletions