[all-commits] [llvm/llvm-project] 25af06: [InstCombine] Avoid use of FP cast constant expres...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Nov 6 06:22:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25af06fd7a6b2a9def447a90dc10b73424a31600
https://github.com/llvm/llvm-project/commit/25af06fd7a6b2a9def447a90dc10b73424a31600
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
Log Message:
-----------
[InstCombine] Avoid use of FP cast constant expressions (NFC)
Use the constant folding API instead. As we're working on plain
ConstantFP, this should always succeed.
More information about the All-commits
mailing list