more work on padding

This commit is contained in:
Philippe Tillet
2019-09-27 22:15:30 -04:00
parent 575dd06be3
commit ed1b2bc563
19 changed files with 191 additions and 191 deletions

View File

@@ -229,6 +229,7 @@ std::unique_ptr<driver::module> function::make_bin(ir::module &module, driver::c
reassociate.run(module);
dce.run(module);
cts.run(module);
// ir::print(module, std::cout);
liveness.run(module);
allocation.run(module);
if(allocation.allocated_size() > context->device()->max_shared_memory())