Skip to content

Conversation

@vsapsai
Copy link
Collaborator

@vsapsai vsapsai commented Oct 2, 2024

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Oct 2, 2024

@llvm/pr-subscribers-llvm-regalloc

Author: Volodymyr Sapsai (vsapsai)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/110924.diff

1 Files Affected:

  • (modified) llvm/include/llvm/CodeGen/Spiller.h (+3)
diff --git a/llvm/include/llvm/CodeGen/Spiller.h b/llvm/include/llvm/CodeGen/Spiller.h
index 4568cdfab86288..51ad36bc6b1f8b 100644
--- a/llvm/include/llvm/CodeGen/Spiller.h
+++ b/llvm/include/llvm/CodeGen/Spiller.h
@@ -9,6 +9,9 @@
 #ifndef LLVM_CODEGEN_SPILLER_H
 #define LLVM_CODEGEN_SPILLER_H
 
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/CodeGen/Register.h"
+
 namespace llvm {
 
 class LiveRangeEdit;

@vsapsai vsapsai merged commit f4b758d into llvm:main Oct 2, 2024
8 of 9 checks passed
@vsapsai vsapsai deleted the add-missing-headers branch October 2, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants