Skip to content

Conversation

@abadams
Copy link
Member

@abadams abadams commented Jul 14, 2025

Alternative to #8687


Fixes #8686
Fixes #8750 - a drive-by fix to restore the behavior of debug(0)

@vksnk
Copy link
Member

vksnk commented Jul 14, 2025

Thanks for the fix!

@alexreinking
Copy link
Member

It would be nice for these sorts of failures to be caught by clang-tidy:

/Users/halidenightly/build_bot/worker/halide-testbranch-main-llvm20-arm-64-osx-make/halide-source/test/correctness/bounds_of_pure_intrinsics.cpp:18:13: error: variable 'ops' set but not used [-Werror,-Wunused-but-set-variable]
        int ops = 0;
            ^
1 error generated.

@alexreinking alexreinking merged commit 11d8aa2 into main Aug 14, 2025
13 of 19 checks passed
@alexreinking alexreinking deleted the abadams/fix_bounds_of_pure_intrinsic_complexity branch August 14, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

debug(0) doesn't print strict_float causes computational complexity issue with bounds_of_expr_in_scope

4 participants