forked from OSchip/llvm-project
[X86] Fix typo in comment, expect->except. NFC
llvm-svn: 340695
This commit is contained in:
parent
7ef643ef17
commit
4240ecb909
|
@ -33982,7 +33982,7 @@ static SDValue combineMulSpecial(uint64_t MulAmt, SDNode *N, SelectionDAG &DAG,
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the upper 17 bits of each element are zero then we can use PMADDWD,
|
// If the upper 17 bits of each element are zero then we can use PMADDWD,
|
||||||
// which is always at least as quick as PMULLD, expect on KNL.
|
// which is always at least as quick as PMULLD, except on KNL.
|
||||||
static SDValue combineMulToPMADDWD(SDNode *N, SelectionDAG &DAG,
|
static SDValue combineMulToPMADDWD(SDNode *N, SelectionDAG &DAG,
|
||||||
const X86Subtarget &Subtarget) {
|
const X86Subtarget &Subtarget) {
|
||||||
if (!Subtarget.hasSSE2())
|
if (!Subtarget.hasSSE2())
|
||||||
|
|
Loading…
Reference in New Issue