[general] removed useless files and includes

This commit is contained in:
Philippe Tillet
2019-10-20 19:29:48 -04:00
parent 96cba9036a
commit de6fdd5625
17 changed files with 10 additions and 77 deletions

View File

@@ -214,7 +214,7 @@ std::unique_ptr<driver::module> function::make_bin(ir::module &module, driver::c
codegen::transform::membar barriers(&liveness, &layouts, &allocation);
codegen::transform::dce dce;
codegen::transform::peephole peephole;
codegen::transform::reassociate reassociate(&align);
codegen::transform::reassociate reassociate;
codegen::transform::coalesce coalesce(&align, &layouts);
codegen::transform::cts cts;
codegen::generator isel(&axes, &layouts, &align, &allocation, target.get(), opt.num_warps);