summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr18023.ll
Commit message (Collapse)AuthorAge
* Unrevert r195599 with testcase fix.Bill Wendling2013-11-25
| | | | | | | | I'm not sure how it was checking for the wrong values... PR18023. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195670 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r195599 as it broke the builds.Amara Emerson2013-11-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195636 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't look past volatile loads.Bill Wendling2013-11-25
A volatile load should block us from trying to coalesce stores. PR18023 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195599 91177308-0d34-0410-b5e6-96231b3b80d8