[PATCH] D47267: [UnrollAndJam] Add unroll_and_jam pragma handling
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 09:09:03 PDT 2018
hfinkel added a comment.
> I have some doubts whether this will ever be used sensibly in the real world, but can
> be useful for testing and was not difficult to put together.
I definitely support having pragmas for these kinds of loop transformations. In my experience, they are used.
https://reviews.llvm.org/D47267
More information about the cfe-commits
mailing list