Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
Signed-off-by: Asra <asraa@google.com>
  • Loading branch information
asraa committed Jan 24, 2024
1 parent 25ac35e commit d274d1c
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 79,420 deletions.
4 changes: 3 additions & 1 deletion lib/Dialect/Secret/Transforms/DistributeGeneric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,9 @@ struct DistributeGeneric
}
});

opsToDistribute.push_back("memref.get_global"); // TEMP FIXME
// TODO(352): Strings longer than 16 bytes are lost when passing these
// arguments.
opsToDistribute.push_back("memref.get_global");

patterns.add<SplitGeneric>(context, opsToDistribute);
// These patterns are shared with canonicalization
Expand Down
Loading

0 comments on commit d274d1c

Please sign in to comment.