[PATCH] D35754: [ForwardOpTree] Introduce the -polly-optree pass.

Nandini Singhal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 23 22:19:05 PDT 2017


nandini12396 added a comment.

Could you please explain what is the meaning of 'forwarding' of operand trees?



================
Comment at: polly/trunk/include/polly/ScopInfo.h:1595
+  /// Insert an instruction before all other instructions in this statement.
+  void prependInstrunction(Instruction *Inst) {
+    assert(isBlockStmt() && "Only block statements support instruction lists");
----------------
*Instruction


Repository:
  rL LLVM

https://reviews.llvm.org/D35754





More information about the llvm-commits mailing list