https://github.com/halide/Halide
Revision 5993334281bea4e1fcde94ba1c5ccc528702961d authored by Andrew Adams on 08 February 2022, 19:43:51 UTC, committed by Andrew Adams on 10 February 2022, 20:21:19 UTC
widening_mul handles mixed-signedness args, but mul_shift_right doesn't.
We shouldn't map a mixed-signedness widening_mul to a mul_shift_right.
1 parent f28c07a
History
Tip revision: 5993334281bea4e1fcde94ba1c5ccc528702961d authored by Andrew Adams on 08 February 2022, 19:43:51 UTC
Fix bug in mul_shift_right matching
Tip revision: 5993334
File Mode Size
CMakeLists.txt -rw-r--r-- 1.1 KB

back to top