SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure its
output chain is correctly setup. As an example, if the original load must happen before later stores, we need to make sure the constructed VZEXT_LOAD is constrained to be before the stores. rdar://11457792 llvm-svn: 163036
Loading
Please register or sign in to comment