[llvm-dev] bug report on mem2reg

liubaosen@tsinghua.edu.cn via llvm-dev llvm-dev at lists.llvm.org
Mon May 11 20:26:28 PDT 2020


Hi, all,

I think I found a bug on mem2reg in a particular case.
When I ran opt -mem2reg -basicaa -scalar-evolution -loops -da -analyze opts.ll, it collapsed. While without mem2reg option, it runs well. so I guess it has something to do with mem2reg.
The relative files have been affixed, please check them for me.
Thanks in advance.



liubaosen at tsinghua.edu.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/68d21aef/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opts.c
Type: application/octet-stream
Size: 22346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/68d21aef/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opts.h
Type: application/octet-stream
Size: 1711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/68d21aef/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opts.ll
Type: application/octet-stream
Size: 207264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/68d21aef/attachment-0005.obj>


More information about the llvm-dev mailing list