[all-commits] [llvm/llvm-project] 2bfe62: ValueTracking: Add tests for isKnownNeverInfinity ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Dec 20 09:45:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bfe62ed6a52e2ac92ead8203afe585e5da3c83a
https://github.com/llvm/llvm-project/commit/2bfe62ed6a52e2ac92ead8203afe585e5da3c83a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
Log Message:
-----------
ValueTracking: Add tests for isKnownNeverInfinity for rounding intrinsics
Commit: 4e37d00b9dcd88dbe76ad1d3c6d7cb84b8dd28aa
https://github.com/llvm/llvm-project/commit/4e37d00b9dcd88dbe76ad1d3c6d7cb84b8dd28aa
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/include/llvm/IR/Type.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
Log Message:
-----------
ValueTracking: Teach isKnownNeverInfinity about rounding intrinsics
Compare: https://github.com/llvm/llvm-project/compare/e49f8eef41d5...4e37d00b9dcd
More information about the All-commits
mailing list