We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bba11 commit 34d0d4dCopy full SHA for 34d0d4d
llvm/lib/Transforms/Vectorize/LoopIdiomVectorize.cpp
@@ -26,6 +26,10 @@
26
//
27
//===----------------------------------------------------------------------===//
28
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
+//
33
// TODO List:
34
35
// * Add support for the inverse case where we scan for a matching element.
0 commit comments