llvm/llvm-project
[ConstantFolding] Move `LibCallSimplifier::optimizeFdim` into ConstantFolding
Offen
#171.877 geöffnet am 11.12.2025
code-cleanupconstant-foldingfloating-pointgood first issue
Repository-Metriken
- Stars
- (26.378 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.