[PATCH] Allow non-affine control flow -- Code Generation

Sebastian Pop sebpop at gmail.com
Tue Feb 24 07:11:04 PST 2015


LGTM.
Let's wait for Tobi's comments before committing the change.


================
Comment at: lib/CodeGen/BlockGenerators.cpp:668
@@ +667,3 @@
+  assert(Stmt.isRegionStmt() &&
+         "Only block statements can be copied by the block generator");
+
----------------
Update the comment to "only region statements can be copied by the region generator"

http://reviews.llvm.org/D7847

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list