[llvm-bugs] [Bug 34504] New: Assertion failed: getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!"
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 6 07:53:24 PDT 2017
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-dev at googlegroups.com
Reporter: llvm at meinersbur.de
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170906/cd4ab864/attachment.html>
More information about the llvm-bugs
mailing list