Issue 209248
Summary [DAG] isIdentityElement - missing ISD::FMINIMUM/FMAXIMUM handling
Labels good first issue, llvm:SelectionDAG
Assignees
Reporter RKSimon
    SelectionDAG::getIdentityElement sets ISD::FMINIMUM/FMAXIMUM to have IINF/FLT_MAX identity values:

https://github.com/llvm/llvm-project/blob/c4076b002b072c73f781b191ae0ccc6c075df1d7/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp#L15097-L15107

But there's no corresponding case in SelectionDAG::isIdentityElement 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to