> 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