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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170123/f2b08f4f/attachment.html>
> 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, > > CatelloYou’re looking for LoopIdiomRecognize. — escha