-
Notifications
You must be signed in to change notification settings - Fork 14.4k
[SandboxVectorizer][NFC] Remove unused include #111418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-llvm-transforms Author: None (Sterling-Augustine) ChangesFull diff: https://github.com/llvm/llvm-project/pull/111418.diff 1 Files Affected:
diff --git a/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp b/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
index e8b90386dc8f84..00a7dc3fcec93e 100644
--- a/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
+++ b/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
@@ -1,4 +1,4 @@
-//===- SeedCollection.cpp -0000000----------------------------------------===//
+//===- SeedCollector.cpp -0000000-----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -15,7 +15,6 @@
#include "llvm/SandboxIR/Instruction.h"
#include "llvm/SandboxIR/Utils.h"
#include "llvm/Support/Debug.h"
-#include <span>
using namespace llvm;
namespace llvm::sandboxir {
|
I see this error in some of our bots.
|
That error should be fixed by this PR. |
Let me force a clean build then, maybe a ccache glitch. It looked as if the error came from a unit test file not the actual implementation (edit: which this PR fixes). |
My mistake. The same unused include was in two files. |
Thank you for double checking. |
fixes the other. Would be really nice to have this as a pre-merge check. |
I agree, we are working on it. |
No description provided.