Issue 171877
Summary [ConstantFolding] Move `LibCallSimplifier::optimizeFdim` into ConstantFolding
Labels good first issue, code-cleanup, floating-point, constant-folding
Assignees
Reporter dtcxzyw
    In https://github.com/llvm/llvm-project/pull/109235 the constant folding logic was implemented in `SimplifyLibCalls.cpp`. But it should be put in `ConstantFoldLibCall2` since both operands are known constants.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to