ValueTracking: Delete body of isKnownNeverInfinity
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 10 Apr 2023 13:58:22 +0000 (09:58 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Thu, 18 May 2023 07:04:37 +0000 (08:04 +0100)
commit73925ef8b0eacc6792f0e3ea21a3e6d51f5ee8b0
tree76e7046eef2a7cf040ba86988222925b927f49b2
parente96123dfeabc0acfac6bc45f75237a01045f4e3b
ValueTracking: Delete body of isKnownNeverInfinity

computeKnownFPClass should now handle infinity checks equally as
well as what this could do before so delete the redundant code.
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/ValueTracking.cpp