mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[AArch64] Add a FIXME comment.
llvm-svn: 259515
This commit is contained in:
parent
8104a75622
commit
7178a271fa
@ -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