Skip to content

Commit

Permalink
[X86] Fix SkylakeServer typo in WritePSADBW class - it only uses 1 re…
Browse files Browse the repository at this point in the history
…source.

llvm-svn: 331187
  • Loading branch information
RKSimon committed Apr 30, 2018
1 parent 6c81418 commit b521ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86SchedSkylakeServer.td
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ defm : SKXWriteResPair<WriteVarShuffle, [SKXPort5], 1>; // Vector variable shu
defm : SKXWriteResPair<WriteBlend, [SKXPort5], 1, [1], 1, 6>; // Vector blends.
defm : SKXWriteResPair<WriteVarBlend, [SKXPort015], 2, [2], 2, 6>; // Vector variable blends.
defm : SKXWriteResPair<WriteMPSAD, [SKXPort5], 4, [2], 2, 6>; // Vector MPSAD.
defm : SKXWriteResPair<WritePSADBW, [SKXPort5], 3, [1,1], 1, 6>; // Vector PSADBW.
defm : SKXWriteResPair<WritePSADBW, [SKXPort5], 3, [1], 1, 6>; // Vector PSADBW.
defm : SKXWriteResPair<WritePHMINPOS, [SKXPort015], 4, [1], 1, 6>; // Vector PHMINPOS.

// Vector insert/extract operations.
Expand Down

0 comments on commit b521ec7

Please sign in to comment.