[PATCH] Change loop unroll and vectorizer metadata prefix to 'llvm.loop.'

Mark Heffernan meheff at google.com
Mon Jun 23 14:30:18 PDT 2014


These patches rename the loop unrolling and loop vectorizer metadata
such that they have a common 'llvm.loop.' prefix.  Metadata name
changes:

llvm.vectorizer.* => llvm.loop.vectorizer.*
llvm.loopunroll.* => llvm.loop.unroll.*

This was a suggestion from an earlier review
(http://reviews.llvm.org/D4090) which added the loop unrolling
metadata.  Two patches are attached.  One for front-end and one for
optimizer.

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: looprename.llvm.patch
Type: text/x-patch
Size: 15535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140623/fc2e894b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: looprename.clang.patch
Type: text/x-patch
Size: 8241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140623/fc2e894b/attachment-0001.bin>


More information about the cfe-commits mailing list