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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 15:05:52 PDT 2017


jdoerfert added a comment.

Just out of curiosity, did you compare the results (compile time, runtime, number of required overflow tracking intrinsics,...) to the simple bit-width tracking that was implemented in the IslExpr builder?


https://reviews.llvm.org/D35471





More information about the llvm-commits mailing list