[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 22:05:14 PDT 2025
================
@@ -111,6 +112,17 @@ WebAssemblyTargetLowering::WebAssemblyTargetLowering(
}
}
+ // Likewise, transform extending loads for address space 1
----------------
QuantumSegfault wrote:
How does it look now? I reworded it and moved it up closer to the "likewise" I'm referring to.
https://github.com/llvm/llvm-project/pull/155937/files#diff-b108b15f5b02e0b9f4bafec10de742dfdd4cbe771a86d4ec06389f4b671053c7R88-R102
https://github.com/llvm/llvm-project/pull/155937
More information about the llvm-commits
mailing list