Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine string constants in combine_strings() (halide#6717)
* Combine string constants in combine_strings() This is a pretty trivial optimization, but when printing (or enabling `debug`), it cuts the number of `halide_string_to_string()` calls we generate by ~half. * Update IROperator.cpp
- Loading branch information