ValueTracking: Expand signature of isKnownNeverInfinity/NaN
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 16 May 2023 16:13:50 +0000 (17:13 +0100)
committerMatt Arsenault <arsenm2@gmail.com>
Tue, 16 May 2023 19:42:58 +0000 (20:42 +0100)
commit86d0b524f36302cac3f0cdf5c617052e9fad7026
tree16c274452e976ab959918116b6cfa701b8a9922a
parente09115bcfdeb295c943773abfa2b29ff4e2dba11
ValueTracking: Expand signature of isKnownNeverInfinity/NaN

This is in preparation for replacing the implementation
with a wrapper around computeKnownFPClass.
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp