"lldb/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "90e9fd9cbb07740812fa4b22703992acf9fb7863"
[AArch64] Fix incorrect MachinePointerInfo in splitStoreSplat
When splitting up one store into several in splitStoreSplat we have to make sure we get the MachinePointerInfo right, otherwise alias analysis thinks they all store to the same location. This can then cause invalid scheduling later on. Differential Revision: https://reviews.llvm.org/D29446 llvm-svn: 294203
Loading
Please register or sign in to comment