[llvm] [ConstantFPRange] Implement `ConstantFPRange::makeExactFCmpRegion` (PR #111490)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 00:04:47 PDT 2024


================
@@ -743,4 +743,28 @@ TEST_F(ConstantFPRangeTest, fcmp) {
   }
 }
 
+TEST_F(ConstantFPRangeTest, makeExactFCmpRegion) {
----------------
dtcxzyw wrote:

This test only takes about 1ms with optimized build.


https://github.com/llvm/llvm-project/pull/111490


More information about the llvm-commits mailing list