OSDN Git Service

Teach InstCombine about address spaces
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Aug 2013 19:53:10 +0000 (19:53 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Aug 2013 19:53:10 +0000 (19:53 +0000)
commit52c7d8e4ebe3be0890880026e174fd2fe6544220
tree1bdda2be540947984130559a5235f0ee6df87474
parentb2fdd9ee45e72eeca011a7f24c8d0ed44aba28a1
Teach InstCombine about address spaces

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188926 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
test/Transforms/InstCombine/cast_ptr.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/multi-size-address-space-pointer.ll [new file with mode: 0644]
test/Transforms/InstCombine/sub.ll