[PATCH] D28300: [InstCombine] Fix address space handling when removing allocas

James Price via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 12:49:04 PST 2017


jprice abandoned this revision.
jprice added a comment.

This patch is now obsolete - the core issue has now been fixed by https://reviews.llvm.org/D27283. While that fix is a little more conservative (i.e. it doesn't replace the alloca when it sometimes could), it's good enough to fix all of the issues that I was experiencing in my downstream projects, so I'm happy to leave it at that.

Closing.


https://reviews.llvm.org/D28300





More information about the llvm-commits mailing list