1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Chris Lattner 80d9c3a900 - InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0
- InstCombine: (X | C) & C --> C
  - InstCombine: (X | C1) & C2 --> (X | (C1&C2)) & C2

llvm-svn: 7269
2003-07-23 19:25:52 +00:00
..
Analysis
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen Remove unnecessary casts 2003-07-23 15:17:51 +00:00
CWriter Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
ExecutionEngine Remove redundant const qualifier 2003-07-23 15:30:32 +00:00
Support Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
Target Add, rewrite, and/or reformat many comments. 2003-07-23 18:37:06 +00:00
Transforms - InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0 2003-07-23 19:25:52 +00:00
VMCore Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Makefile