[all-commits] [llvm/llvm-project] 55f122: ValueTracking: Recognize fcmp ole/ugt with inf as ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jan 23 05:20:52 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55f12299d890078708eb6d2e069dc117ad244d4d
https://github.com/llvm/llvm-project/commit/55f12299d890078708eb6d2e069dc117ad244d4d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-implied-by-fcmp.ll
M llvm/test/Transforms/InstCombine/and-fcmp.ll
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
ValueTracking: Recognize fcmp ole/ugt with inf as a class test (#79095)
These were missed and hopefully avoids assertions when
dc3faf0ed0e3f1ea9e435a006167d9649f865da1 is recommitted.
More information about the All-commits
mailing list