https://bugs.llvm.org/show_bug.cgi?id=40816

            Bug ID: 40816
           Summary: InnerLoopVectorizer::emitSCEVChecks(llvm::Loop *,
                    llvm::BasicBlock *): Assertion
                    `!Cost->foldTailByMasking() && "Cannot SCEV check
                    stride or overflow when folding tail"' failed.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Loop Optimizer
          Assignee: unassignedb...@nondot.org
          Reporter: mikael.hol...@ericsson.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 21501
  --> https://bugs.llvm.org/attachment.cgi?id=21501&action=edit
reproducer

Reproduce with:
  opt -S -o - -loop-vectorize bbi-23939_x86.ll -mtriple=x86_64-unknown-unknown
-mcpu=skylake-avx512 -enable-interleaved-mem-accesses=0

This seems to be similar to
  https://bugs.llvm.org/show_bug.cgi?id=39417
but the fix for that in r345959 doesn't seem to help here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to