Skip to content

Commit a110dd3

Browse files
kumasentoivanradanov
authored andcommitted
[PlutoTransform] fix attrs
1 parent 93c301b commit a110dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/polymer/lib/Transforms/PlutoTransform.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class PlutoTransformPass
171171
cloogf, cloogl, diamondTiling)) {
172172
funcMap[f] = g;
173173
g.setPublic();
174+
g->setAttrs(f->getAttrs());
174175
}
175176

176177
// Finally, we delete the definition of the original function, and make the

0 commit comments

Comments
 (0)