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.
visitFMUL
1 parent f347f76 commit fce35d5Copy full SHA for fce35d5
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -18027,7 +18027,6 @@ SDValue DAGCombiner::visitFMUL(SDNode *N) {
18027
ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true);
18028
EVT VT = N->getValueType(0);
18029
SDLoc DL(N);
18030
- const TargetOptions &Options = DAG.getTarget().Options;
18031
const SDNodeFlags Flags = N->getFlags();
18032
SelectionDAG::FlagInserter FlagsInserter(DAG, N);
18033
0 commit comments