[PATCH] D151163: ValueTracking: Ignore -0 for nsz sqrt with UseInstrInfo in computeKnownFPClass
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 15:15:48 PDT 2023
arsenm created this revision.
arsenm added reviewers: jcranmer-intel, kpn, foad, andrew.w.kaylor, sepavloff.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
This avoids a regression when SignBitMustBeZero is moved to computeKnownFPClass.
https://reviews.llvm.org/D151163
Files:
llvm/include/llvm/Analysis/InstructionSimplify.h
llvm/lib/Analysis/ValueTracking.cpp
llvm/unittests/Analysis/ValueTrackingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151163.524509.patch
Type: text/x-patch
Size: 4835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230522/ca17934a/attachment.bin>
More information about the llvm-commits
mailing list