summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/switch-or.ll
Commit message (Expand)AuthorAgeFilesLines
* [SDAG switch lowering] Fix switch case -> or merging for 0 and INT_MINBenjamin Kramer2015-06-041-1/+20
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer2010-11-221-0/+22
OpenPOWER on IntegriCloud