[all-commits] [llvm/llvm-project] cb9b01: ValueTracking: Handle compare to nan and -inf cons...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 19 08:49:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb9b01f910ca0fa1a4227e6b2e16f48705929947
https://github.com/llvm/llvm-project/commit/cb9b01f910ca0fa1a4227e6b2e16f48705929947
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
ValueTracking: Handle compare to nan and -inf constants in fcmpToClassTest
This will help enable a cleanup of simplifyFCmpInst
Commit: 2a488b4443a9c0aa0f368aed901676508ced202f
https://github.com/llvm/llvm-project/commit/2a488b4443a9c0aa0f368aed901676508ced202f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/Builtins.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/builtins-elementwise-math.c
M clang/test/Sema/builtins-elementwise-math.c
Log Message:
-----------
clang: Add __builtin_elementwise_round
Compare: https://github.com/llvm/llvm-project/compare/734881a6d546...2a488b4443a9
More information about the All-commits
mailing list