diff options
author | Chris Lattner <sabre@nondot.org> | 2003-03-10 23:52:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-03-10 23:52:54 +0000 |
commit | 8408add00a690046ddbc3e5d9d19c6b640444f65 (patch) | |
tree | fc2e2c8c36d903e3570cae087dd5ad29e8293fcf /lib/Bytecode/Reader/ReaderInternals.h | |
parent | a4f445b28c3c55949e6be72514f4225c95dc87a9 (diff) |
Add optimizations:
- (A & C1)+(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
- (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
0 files changed, 0 insertions, 0 deletions