Displaying 1 result from an estimated 1 matches for "1060728".
Did you mean:
1060729
2017 Jan 13
4
Loop identification
On 01/13/2017 10:19 AM, Krzysztof Parzyszek via llvm-dev wrote:
> Hi Catello,
>
> LLVM does have a "loop idiom recognition" pass which, in principle,
> does exactly that kind of a thing: it recognizes loops that perform
> memcpy/memset operations. It does not recognize any target-specific
> idioms though and there isn't really much in it that would make such