[llvm-dev] Loop substitution

via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 23 08:16:31 PST 2017


> On Jan 23, 2017, at 8:04 AM, Catello Cioffi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi all,
> 
> I would like to know if there is a way to remove a Loop and substitute it with other instructions or an intrinsic. 
> 
> Thanks,
> 
> Catello

You’re looking for LoopIdiomRecognize.

— escha


More information about the llvm-dev mailing list