[all-commits] [llvm/llvm-project] 2470d2: [ConstantFolding] Fold calls to FP remainder function
Ehud Katz via All-commits
all-commits at lists.llvm.org
Wed Feb 12 03:21:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2470d2988a057024b7bab99ace3749e6b770c8a0
https://github.com/llvm/llvm-project/commit/2470d2988a057024b7bab99ace3749e6b770c8a0
Author: Ehud Katz <ehudkatz at gmail.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M llvm/include/llvm/Analysis/TargetLibraryInfo.def
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/TargetLibraryInfo.cpp
M llvm/test/Analysis/ConstantFolding/math-2.ll
Log Message:
-----------
[ConstantFolding] Fold calls to FP remainder function
With the fixed implementation of the "remainder" operation in
rG9d0956ebd471, we can now add support to folding calls to it.
Differential Revision: https://reviews.llvm.org/D69777
More information about the All-commits
mailing list