[llvm] Fix vgpr live range (PR #92940)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 08:45:00 PDT 2024


================
@@ -10,22 +10,24 @@
 #define LLVM_CODEGEN_REGALLOCCOMMON_H
 
 #include <functional>
+#include <llvm/CodeGen/Register.h>
----------------
arsenm wrote:

Use "" for project local includes 

https://github.com/llvm/llvm-project/pull/92940


More information about the llvm-commits mailing list