llvm/test/CodeGen/AArch64/ldst-zero.ll
0 → 100644
+74
−0
llvm/test/CodeGen/AArch64/misched-stp.ll
0 → 100644
+57
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
------------------------------------------------------------------------ r294203 | john.brawn | 2017-02-06 10:07:20 -0800 (Mon, 06 Feb 2017) | 9 lines [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: 294242