Add a TODO item that the nop handling before FP conditional branches is

not enough for SPARCv7.

llvm-svn: 254580
This commit is contained in:
Joerg Sonnenberger 2015-12-03 02:35:24 +00:00
parent baf4b7d734
commit 48eb197434
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
continue;
}
// TODO: If we ever want to support v7, this needs to be extended
// to cover all floating point operations.
if (!Subtarget->isV9() &&
(MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
|| MI->getOpcode() == SP::FCMPQ)) {