[PATCH] D57978: [CodeGen] Generate follow-up metadata for loops with more than one transformation.

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 18 07:50:45 PST 2019


Anastasia resigned from this revision.
Anastasia added a comment.

This seems like an interesting change. So far in OpenCL we have actively used only unroll. I will let others to assess in more details.



================
Comment at: lib/CodeGen/CGLoopInfo.cpp:107
+  FollowupLoopProperties.push_back(
+      MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable")));
+
----------------
Will this end up emitted in the final module?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57978/new/

https://reviews.llvm.org/D57978





More information about the cfe-commits mailing list