]> granicus.if.org Git - llvm/commit
[SROA] Add support for non-integral pointers
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 17 Jun 2017 20:28:13 +0000 (20:28 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 17 Jun 2017 20:28:13 +0000 (20:28 +0000)
commitf54df2f626930486b696a8e32465c7ed79391e12
tree6c8822218e9599b4e3a7c241aa606a7ceb2be318
parent9bca842196de4664bdc2b2e94ba512b0668b4ff7
[SROA] Add support for non-integral pointers

Summary: C.f. http://llvm.org/docs/LangRef.html#non-integral-pointer-type

Reviewers: chandlerc, loladiro

Reviewed By: loladiro

Subscribers: reames, loladiro, mcrosier, llvm-commits

Differential Revision: https://reviews.llvm.org/D32203

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SROA.cpp
test/Transforms/SROA/non-integral-pointers.ll [new file with mode: 0644]