[codegen] more work on hmma coalescing

This commit is contained in:
Philippe Tillet
2019-09-23 20:38:27 -04:00
parent f0013f8bf1
commit c24d55db23
5 changed files with 12 additions and 7 deletions

View File

@@ -487,6 +487,9 @@ void align::populate(ir::value *v) {
populate_is_constant(v);
populate_starting_multiple(v);
populate_max_contiguous(v);
// std::cout << v->get_name() << std::endl;
// if(max_contiguous_[v].size() == 2)
// std::cout << max_contiguous_[v][0] << " " << max_contiguous_[v][1] << std::endl;
}
void align::run(ir::module &mod) {