[llvm] [WebAssembly] Fix lowering of (extending) loads from addrspace(1) globals (PR #155937)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 21:36:35 PDT 2025
================
@@ -19,6 +19,7 @@
#include "WebAssemblyTargetMachine.h"
#include "WebAssemblyUtilities.h"
#include "llvm/CodeGen/CallingConvLower.h"
+#include "llvm/CodeGen/ISDOpcodes.h"
----------------
QuantumSegfault wrote:
Ah. I'll keep that in mind (I'll have to keep removing it).
https://github.com/llvm/llvm-project/pull/155937
More information about the llvm-commits
mailing list