Skip to content

Commit 34d0d4d

Browse files
committed
fixup! Rename LoopIdiomTransform to LoopIdiomVectorize
1 parent 94bba11 commit 34d0d4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/lib/Transforms/Vectorize/LoopIdiomVectorize.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
//
2727
//===----------------------------------------------------------------------===//
2828
//
29+
// NOTE: This Pass matches a really specific loop pattern because it's only
30+
// supposed to be a temporary solution until our LoopVectorizer is powerful
31+
// enought to vectorize it automatically.
32+
//
2933
// TODO List:
3034
//
3135
// * Add support for the inverse case where we scan for a matching element.

0 commit comments

Comments
 (0)