[PATCH] D18822: [Polly][FIX] Adjust execution context of hoisted loads wrt. error domains

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 04:32:17 PDT 2016


On 04/07, Tobias Grosser wrote:
> ================
> Comment at: lib/Analysis/ScopInfo.cpp:3060
> @@ -3046,1 +3059,3 @@
>  
> +isl_set *Scop::getErrorCtxReachingStmt(ScopStmt &Stmt) {
> +  auto *BB = Stmt.getEntryBlock();
> ----------------
> Add __isl_give here as well.
We (or at least I) do not use isl memory annotations in the CPP file if
it is not a static function. Apparently you want me to now but not
before so I am confused.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160407/ebf79bec/attachment.sig>


More information about the llvm-commits mailing list