When InstCombine simplifies a load -> extract element to gep -> load, place
the new load by the old load instead of by the extract element because a store could have occurred between the load and extract element. llvm-svn: 78891
Loading
Please register or sign in to comment