[test] added tests for copy

This commit is contained in:
Philippe Tillet
2019-09-23 12:07:24 -04:00
parent 001973630e
commit 856e7baa04
14 changed files with 449 additions and 170 deletions

View File

@@ -9,9 +9,8 @@
#include "triton/ir/type.h"
namespace triton {
namespace codegen{
namespace analysis{
namespace transform{
// run pass on module
void add_copy(ir::instruction *parent, ir::value *x, ir::builder &builder) {