[PATCH] D81704: [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 18:15:28 PDT 2020
aardappel marked 2 inline comments as done.
aardappel added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td:233
// Defines atomic and non-atomic stores, regular and truncating
-multiclass WebAssemblyStore<WebAssemblyRegClass rc, string Name, int Opcode> {
+multiclass WebAssemblyStore<WebAssemblyRegClass rc, string Name, int Opcode,
+ list<Predicate> reqs = []> {
----------------
dschuff wrote:
> I guess this bit is just a holdover from the previous CL?
Yes, I need to rebase this on the other CL once merged.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81704/new/
https://reviews.llvm.org/D81704
More information about the llvm-commits
mailing list