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-...@googlegroups.com
          Reporter: tob...@grosser.es
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to