[PATCH] D28300: [InstCombine] Fix address space handling when removing allocas
James Price via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 16:23:25 PST 2017
jprice updated this revision to Diff 85837.
jprice marked an inline comment as done.
jprice added a comment.
- Handle different global and function arg address spaces properly
- Use llvm_unreachable instead of assert(false)
- Rebase to current trunk
https://reviews.llvm.org/D28300
Files:
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
test/Transforms/InstCombine/memcpy-from-global.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28300.85837.patch
Type: text/x-patch
Size: 11657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170126/7716a4ca/attachment.bin>
More information about the llvm-commits
mailing list