This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
14,981
Commits
1
Branch
0
Tags
024627bc94de36469298a6483c314154308d237a
Commit Graph
1 Commits
Author
SHA1
Message
Date
Chris Lattner
ae509325d6
The simplifycfg pass should be able to turn stuff like:
...
if (X == 4 || X == 7) and if (X != 4 && X != 7) into switch instructions. llvm-svn: 11791
2004-02-24 05:34:44 +00:00