search for: 4c2456cc

Displaying 2 results from an estimated 2 matches for "4c2456cc".

2020 Mar 16
2
Redundant copies
...ht be too specific though, so perhaps there are better approaches? > > Thanks! > > -- > Roger Ferrer Ibáñez > -- Roger Ferrer Ibáñez -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200316/4c2456cc/attachment-0001.html>
2020 Mar 12
2
Redundant copies
Hi all, we have encountered a case of redundant copies still left in the final code and we would like to, at least, mitigate it. The original motivating case comes from a context where we have large vector registers. In that context, copies are expensive and we would like to avoid them as much as possible. This small testcase in C, similar to the original vector case, exposes the issue but using