[all-commits] [llvm/llvm-project] be3cef: [LibCallsShrinkWrap] Avoid use of ConstantExpr::ge...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Nov 6 06:41:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be3cef0b2a4274c48f16a7b6cb80572091a6948f
https://github.com/llvm/llvm-project/commit/be3cef0b2a4274c48f16a7b6cb80572091a6948f
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
Log Message:
-----------
[LibCallsShrinkWrap] Avoid use of ConstantExpr::getFPExtend() (NFC)
Use the constant folding API instead.
More information about the All-commits
mailing list