[PATCH] D101608: [WebAssembly] Support for WebAssembly globals in LLVM IR
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 10:59:12 PDT 2021
sbc100 added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp:1378
- if (GA->getAddressSpace() != 0)
- fail(DL, DAG, "WebAssembly only expects the 0 address space");
----------------
Is it worth checking this is within `WasmAddressSpace` range?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101608/new/
https://reviews.llvm.org/D101608
More information about the cfe-commits
mailing list