[PATCH] D148750: ValueTracking: Fix computeKnownFPClass for fabs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 15:24:19 PDT 2023


arsenm created this revision.
arsenm added reviewers: foad, jcranmer-intel, kpn, andrew.w.kaylor.
Herald added subscribers: StephenFan, okura, kuter, hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a project: LLVM.

The fabs utility functions have the opposite purpose and
probably should not be a general utility.


https://reviews.llvm.org/D148750

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Transforms/Attributor/nofpclass.ll
  llvm/unittests/Analysis/ValueTrackingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148750.515108.patch
Type: text/x-patch
Size: 16079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/438e6684/attachment.bin>


More information about the llvm-commits mailing list