[llvm] [X86] Fix 32-bit immediate assertion and convert into backend error (PR #123872)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 03:50:00 PDT 2025


================
@@ -13,6 +13,7 @@
 #ifndef LLVM_LIB_TARGET_X86_X86REGISTERINFO_H
 #define LLVM_LIB_TARGET_X86_X86REGISTERINFO_H
 
+#include "llvm/CodeGen/MachineFunction.h"
----------------
phoebewang wrote:

Do we need this?

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


More information about the llvm-commits mailing list