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 adbc37d commit 3f50393Copy full SHA for 3f50393
llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
@@ -1,4 +1,4 @@
1
-//===- SeedCollection.cpp -0000000----------------------------------------===//
+//===- SeedCollector.cpp -0000000-----------------------------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
@@ -15,7 +15,6 @@
15
#include "llvm/SandboxIR/Instruction.h"
16
#include "llvm/SandboxIR/Utils.h"
17
#include "llvm/Support/Debug.h"
18
-#include <span>
19
20
using namespace llvm;
21
namespace llvm::sandboxir {
0 commit comments