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

            Bug ID: 34504
           Summary: Assertion failed: getOperand(0)->getType() ==
                    cast<PointerType>(getOperand(1)->getType())->getElemen
                    tType() && "Ptr must be a pointer to Val type!"
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Other
          Assignee: polly-...@googlegroups.com
          Reporter: l...@meinersbur.de
                CC: llvm-bugs@lists.llvm.org

Created attachment 19114
  --> https://bugs.llvm.org/attachment.cgi?id=19114&action=edit
bitmap_0.ll

The attached program crashes with:

$ opt -polly-process-unprofitable  -polly-remarks-minimal 
-polly-use-llvm-names 
-polly-import-jscop-dir=C:\Users\Meinersbur\src\llvm\tools\polly\test 
-polly-codegen -S < bitmap_0.ll

Assertion failed: getOperand(0)->getType() ==
cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a
pointer to Val type!", file
C:\Users\Meinersbur\src\llvm\lib\IR\Instructions.cpp, line 1400

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

Reply via email to