[PATCH] D15722: [WIP][Polly] SSA Codegen

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 06:53:07 PST 2016


sebpop added a comment.

Here is what I think the two major improvements of this patch over the existing codegens:

- the use of the scalar references for the stmt being translated: these are actually the only scalars we care about for cross BB dependences, so they need renaming and phi nodes at CFG junctions,
- the use of the structure of the generated code to place the new phi nodes.

The more I think about this algorithm, the more I like it ;-)
Thanks Johannes!


http://reviews.llvm.org/D15722





More information about the llvm-commits mailing list