[llvm-bugs] [Bug 31471] New: Print memory accesses with -debug-only=polly-ast

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 26 05:30:06 PST 2016


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

            Bug ID: 31471
           Summary: Print memory accesses with -debug-only=polly-ast
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Website
          Assignee: polly-dev at googlegroups.com
          Reporter: tobias at grosser.es
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When compiling a program with "-O3 -mllvm -polly -mllvm -debug-only=polly-ast",
we show the generated control flow and the statements generated, but the memory
access pattern used is not shown. It would be great if we moved the generation
of AST expressions to IslAstBuilder.cpp such that we could print the generated
AST expressions in the debug output.

-- 
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/20161226/52648c43/attachment.html>


More information about the llvm-bugs mailing list