mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 00:17:32 +00:00
[AArch64] Add a FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bba05d1386
commit
808a3d2826
@ -1021,6 +1021,8 @@ bool AArch64LoadStoreOpt::findMatchingStore(
|
||||
ModifiedRegs.reset();
|
||||
UsedRegs.reset();
|
||||
|
||||
// FIXME: We miss the case where the matching store is the first instruction
|
||||
// in the basic block.
|
||||
for (unsigned Count = 0; MBBI != E && Count < Limit;) {
|
||||
--MBBI;
|
||||
MachineInstr *MI = MBBI;
|
||||
|
Loading…
Reference in New Issue
Block a user