load (x|y) -> load (x+y) iff x and y have no common bits.
authorChris Lattner <sabre@nondot.org>
Wed, 1 Mar 2006 07:13:56 +0000 (07:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Mar 2006 07:13:56 +0000 (07:13 +0000)
commit247140342361e6516bd91dccd3690ad594771383
tree65d891892cbd9f8e447c15efc0653e9e59beb811
parent00d18f0879fb02d90aaf27e53a8a6bab2513ab5d
load (x|y)  -> load (x+y)  iff x and y have no common bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26449 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/or-addressing-mode.ll [new file with mode: 0644]