[syntax tree] fixed broadcast semantics lowering

This commit is contained in:
Philippe Tillet
2019-01-08 17:44:31 -05:00
parent 7a14693f51
commit 73db84c8ba
10 changed files with 153 additions and 128 deletions

View File

@@ -25,7 +25,7 @@ public:
unsigned get_allocated_size() const { return allocated_size_; }
// run
void run(ir::function &fn);
void run();
private:
std::map<ir::value*, unsigned> offsets_;