liubaosen@tsinghua.edu.cn via llvm-dev
2020-Apr-22 04:37 UTC
[llvm-dev] about -da and -mem2reg
Hi, experts, I'd like to ask a question, when I was about to use "opt -da -analyze" to get the dependence of instructions, I found that if I use -mem2reg at the same time, the result would be different, ie something like isAnti is devoid. But I need -mem2reg option to generate information like bounds. How can I retain both effects? Or, alternatively, is there any other approach to get pi-blocks which I mostly care about. Thanks in advance. liubaosen at tsinghua.edu.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200422/ba009f4f/attachment-0001.html>