aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JIT.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-23 19:25:52 +0000
committerChris Lattner <sabre@nondot.org>2003-07-23 19:25:52 +0000
commit5840326ae678f5e39f8099beb22c31e8c6ecfa58 (patch)
treec901e23b140bebbc5cbb5aa2ba96f624b77cfde1 /lib/ExecutionEngine/JIT/JIT.cpp
parentb5cfb6cb1a528990cafbb3cc447ac50370637368 (diff)
- InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0
- InstCombine: (X | C) & C --> C - InstCombine: (X | C1) & C2 --> (X | (C1&C2)) & C2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/JIT/JIT.cpp')
0 files changed, 0 insertions, 0 deletions