search for: lightningtalk_26

Displaying 2 results from an estimated 2 matches for "lightningtalk_26".

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
2020 Mar 16
2
Redundant copies
...inside loops and in preheaders, > see e.g. ARMLowOverheadLoops::IterationCountDCE. This is using > ReachingDefAnalysis (RDA), which has been extended by Sam and made more > generic to support this, which was also going to be his eurollvm talk: > http://llvm.org/devmtg/2020-04/talks.html#LightningTalk_26. End of > advertisement. ;-) Basically what I want to say is that this should provide > most of the things you'll need. > > Cheers, > Sjoerd. > > > > ------------------------------ > *From:* llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Roger &gt...