[PATCH] D28300: [InstCombine] Fix address space handling when removing allocas
James Price via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 04:38:33 PST 2017
jprice added a comment.
Ping.
I don't know if it's too late, but I'd love for this to make it into the 4.0 release. Although this bug has been present for a while so perhaps isn't strictly a regression, there //is// a regression in downstream projects that I'm working on due to (valid) changes in the IR generated by Clang since 3.9 which expose this bug.
https://reviews.llvm.org/D28300
More information about the llvm-commits
mailing list