This is the compiler-rt part of the following change: "Skip promotable allocas to improve performance at -O0" http://reviews.llvm.org/D7741.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I've submitted http://reviews.llvm.org/D7809 and http://reviews.llvm.org/D7810 which properly fixes these tests (the failures are not related to the "promotable allocas" patch, but they fail on higher -O levels as well).
Comment Actions
I believe this is now unnecessary, as both http://reviews.llvm.org/D7809 and http://reviews.llvm.org/D7810 have landed.