LVXL and STVXL are also a load and store resp.

llvm-svn: 41733
This commit is contained in:
Bill Wendling 2007-09-05 23:47:12 +00:00
parent ca85d1dc07
commit b65ef38590
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,7 @@ getHazardType(SDNode *Node) {
LoadSize = 8;
break;
case PPC::LVX:
case PPC::LVXL:
LoadSize = 16;
break;
}
@ -268,6 +269,7 @@ void PPCHazardRecognizer970::EmitInstruction(SDNode *Node) {
ThisStoreSize = 8;
break;
case PPC::STVX:
case PPC::STVXL:
ThisStoreSize = 16;
break;
}