OSDN Git Service

[Hexagon] Implement commoning of GetElementPtr instructions
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Wed, 8 Jul 2015 19:22:28 +0000 (19:22 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Wed, 8 Jul 2015 19:22:28 +0000 (19:22 +0000)
commita307401165e96b8a476df26440de9769e78e9102
treea754949f5770cd32dc2fc31a2058f31e92cfe9b3
parentc783eb28f7fad485b55da6b8f98fb1807b441b7f
[Hexagon] Implement commoning of GetElementPtr instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/HexagonCommonGEP.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonTargetMachine.cpp
test/CodeGen/Hexagon/common-gep-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/common-gep-icm.ll [new file with mode: 0644]