Re: [Patch][LoopVectorize] Late evaluate of runtime pointer check's threshold

2015-08-10 Thread Hal Finkel via cfe-commits
- Original Message - > From: "Tyler Nowicki" > To: "Hal Finkel" > Cc: "Gerolf Hoflehner" , "Commit Messages and Patches > for LLVM" , > "llvm cfe" > Sent: Monday, August 10, 2015 6:06:24 PM > Subject: Re: [Patc

Re: [Patch][LoopVectorize] Late evaluate of runtime pointer check's threshold

2015-08-10 Thread Tyler Nowicki via cfe-commits
t;> Messages and Patches for LLVM" > <mailto:llvm-comm...@lists.llvm.org>>, "llvm >> cfe" mailto:cfe-commits@lists.llvm.org>> >> Cc: "Gerolf Hoflehner" mailto:ghofleh...@apple.com>> >> Sent: Thursday, August 6, 2015 3:25:26 PM

Re: [Patch][LoopVectorize] Late evaluate of runtime pointer check's threshold

2015-08-09 Thread Hal Finkel via cfe-commits
> cfe" > Cc: "Gerolf Hoflehner" > Sent: Thursday, August 6, 2015 3:25:26 PM > Subject: [Patch][LoopVectorize] Late evaluate of runtime pointer check's > threshold > > > Hi, > > > This patch extends the patches in ' Late evaluation of

[Patch][LoopVectorize] Late evaluate of runtime pointer check's threshold

2015-08-06 Thread Tyler Nowicki via cfe-commits
Hi,This patch extends the patches in 'Late evaluation of vectorization requirements’ (still in review). This makes the num runtime pointer checks test into a late diagnostic so we can give the user a better diagnostic message. Clang appends the diagnostic with options for getting the loop vectorize