[PATCH] D49024: [Polly] [WIP] Introduce ShapeInfo into polly for sizes and strides.

SAHIL GIRISH YERAWAR via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 4 02:55:48 PDT 2018


cs15btech11044 marked 9 inline comments as done.
cs15btech11044 added inline comments.


================
Comment at: lib/CodeGen/PPCGCodeGeneration.cpp:3686
       Value *RTC = NodeBuilder.createRTC(Condition);
-      Builder.GetInsertBlock()->getTerminator()->setOperand(0, RTC);
+      Builder.GetInsertBlock()->getTerminator()->setOperand(0,
+                                                            Builder.getTrue());
----------------
philip.pfaffe wrote:
> This seems like an unsound or at least unrelated change.
Initially, the RTC's were not passing. So we had temporarily overridden the RTC to be always true, in order to check whether the generated kernel function had proper code.


https://reviews.llvm.org/D49024





More information about the llvm-commits mailing list