[all-commits] [llvm/llvm-project] ae1cd7: [ConstantFPRange] Add support for add/sub (#162962)
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Sat Oct 11 23:57:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae1cd7cccfcbcd578e6f59c306a8c0ebc6a442d0
https://github.com/llvm/llvm-project/commit/ae1cd7cccfcbcd578e6f59c306a8c0ebc6a442d0
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2025-10-12 (Sun, 12 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 support for add/sub (#162962)
This patch adds support for fadd/fsub operations. I only tested this
patch with some special ranges because the exhaustive check is too
expensive.
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