Chris Lattner c51d7871ee Add the following instcombine xforms:
- Implement simple reassociation: (A|c1)|(B|c2) == (A|B)|(c1|c2)
  - (A & C1)+(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
  - (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0

llvm-svn: 5743
2003-03-11 00:12:48 +00:00
2003-03-08 23:59:05 +00:00
2003-03-10 22:39:02 +00:00
2003-03-11 00:12:48 +00:00
2003-02-18 20:42:15 +00:00
2003-03-11 00:10:59 +00:00
2003-02-19 22:12:20 +00:00
2003-01-31 19:00:26 +00:00
2003-02-19 22:12:20 +00:00
2003-01-31 19:00:26 +00:00
Description
Fork of llvm with experimental commits and workarounds for RPCS3
634 MiB
Languages
C++ 96.9%
C 1%
Python 1%
CMake 0.6%
OCaml 0.2%
Other 0.1%