On Thu, Sep 3, 2015 at 9:29 AM, Hurugalawadi, Naveen <naveen.hurugalaw...@caviumnetworks.com> wrote: > Hi, > > Thanks for all the review and comments. > >>> replace the precision test with wi::ltu_p (@1, TYPE_PRECISION (type) >>> use element_precision instead of TYPE_PRECISION > > Please find attached the modified patch as per review comments. > > Please review the same and let me know if the patch is okay? > > Regression Tested on AArch64 and X86_64.
+/* { dg-final { scan-assembler-not "<<" } } */ +/* { dg-final { scan-assembler-not ">>" } } */ You probably want to use scan-tree-dump-not here. Uros.