Tests will be included with future commit
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | ||
---|---|---|
1028 | I'd like a better comment here, how about: // For floating-point values, (a-b) is the same as a+(-b). If FNEG is legal, we can defer this to operation legalization where it will be lowered as a+(-b). | |
1028 | Also check for ISD::ADD being LegalOrCustom to match the code in LegalizeDAG.cpp. |
I'd like a better comment here, how about: