Add support for conditional 'and' and 'or' expressions
authorTobias Grosser <tobias@grosser.es>
Wed, 4 Mar 2015 18:14:59 +0000 (18:14 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 4 Mar 2015 18:14:59 +0000 (18:14 +0000)
commitb021a4faadb61e38d25dc209da9171678c0f2f62
tree423e47c039613650d14c28a0717a79127dc7a6e9
parentdf0ab6acdf379526260b89b5275662606df08f4e
Add support for conditional 'and' and 'or' expressions

No test cases unfortunately as we do not yet generate isl_ast_op_and_then or
isl_ast_op_or_else. Those will be added in a later commit.

llvm-svn: 231268
polly/include/polly/CodeGen/IslExprBuilder.h
polly/lib/CodeGen/IslCodeGeneration.cpp
polly/lib/CodeGen/IslExprBuilder.cpp