[llvm] [ConstantFPRange] Implement `ConstantFPRange::makeAllowedFCmpRegion` (PR #110082)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 11:18:28 PDT 2024


aeubanks wrote:

> I just noticed that `ConstantFPRangeTest.makeAllowedFCmpRegion` takes a very long time to run, like 8 minutes, and slows down check-llvm. PTAL.

iterating over all possible float values in `AnyOfValueInConstantFPRange` is not good for test times

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


More information about the llvm-commits mailing list