We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5636856 commit 0e0d34aCopy full SHA for 0e0d34a
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -14089,6 +14089,8 @@ SDValue DAGCombiner::visitFMULForFMADistributiveCombine(SDNode *N) {
14089
}
14090
14091
SDValue DAGCombiner::visitFADD_VP(SDNode *N) {
14092
+ return SDValue();
14093
+#if 0
14094
SelectionDAG::FlagInserter FlagsInserter(DAG, N);
14095
14096
// FADD -> FMA combines:
@@ -14097,6 +14099,7 @@ SDValue DAGCombiner::visitFADD_VP(SDNode *N) {
14097
14099
return Fused;
14098
14100
14101
return SDValue();
14102
+#endif
14103
14104
14105
SDValue DAGCombiner::visitFADD(SDNode *N) {
0 commit comments