[PATCH] D35471: [Polly] [RFC] Calculate AST expression type

Maximilian Falkenstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 18:16:47 PDT 2017


maxf updated this revision to Diff 108846.
maxf marked an inline comment as done.
maxf added a comment.

Another round of fixes:

- All unit tests pass now. The last remaining test was changed to reflect the newly generated preconditions
- Types are now limited to 63 bits to leave space for the sign bit
- Fixed preconditions meaning the exact opposite of what was intended
- Generate preconditions and parts of polly-acc generated code (e.g. host <-> device memory transfer) using fixed 64 bits
- More code cleanup


https://reviews.llvm.org/D35471

Files:
  include/polly/CodeGen/IslAst.h
  include/polly/CodeGen/IslExprBuilder.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/IslAst.cpp
  lib/CodeGen/IslExprBuilder.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/CodeGen/LoopGenerators.cpp
  lib/CodeGen/PPCGCodeGeneration.cpp
  lib/External/isl/codegen.c
  lib/External/isl/include/isl/ast.h
  lib/External/isl/include/isl/ast_build.h
  lib/External/isl/include/isl/ast_type.h
  lib/External/isl/include/isl/stream.h
  lib/External/isl/include/isl/val.h
  lib/External/isl/isl_ast.c
  lib/External/isl/isl_ast_build.c
  lib/External/isl/isl_ast_build_expr.c
  lib/External/isl/isl_ast_build_expr.h
  lib/External/isl/isl_ast_build_private.h
  lib/External/isl/isl_ast_codegen.c
  lib/External/isl/isl_ast_private.h
  lib/External/isl/isl_gmp.c
  lib/External/isl/isl_imath.c
  lib/External/isl/isl_int_gmp.h
  lib/External/isl/isl_int_imath.h
  lib/External/isl/isl_int_sioimath.c
  lib/External/isl/isl_int_sioimath.h
  lib/External/isl/isl_options.c
  lib/External/isl/isl_options_private.h
  lib/External/isl/isl_test.c
  lib/External/isl/isl_val.c
  test/Isl/Ast/simple-run-time-condition.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35471.108846.patch
Type: text/x-patch
Size: 105169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/c9ac5b49/attachment-0001.bin>


More information about the llvm-commits mailing list