[all-commits] [llvm/llvm-project] f071ca: [ConstantFPRange] Add `getWithout[NaN|Inf]` (#162696)
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Fri Oct 10 09:46:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f071cacc6b52a9813909b679dd5deb18d62fe723
https://github.com/llvm/llvm-project/commit/f071cacc6b52a9813909b679dd5deb18d62fe723
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M llvm/include/llvm/IR/ConstantFPRange.h
M llvm/lib/IR/ConstantFPRange.cpp
M llvm/unittests/IR/ConstantFPRangeTest.cpp
Log Message:
-----------
[ConstantFPRange] Add `getWithout[NaN|Inf]` (#162696)
This patch adds getWithoutNaN/getWithoutInf. We will apply nnan/ninf
flags to the range of operands/results for a more precise range.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list