[PATCH] D58337: [WebAssembly] Fix load/store name detection for atomic instructions
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 09:35:47 PST 2019
aardappel accepted this revision.
aardappel added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrAtomics.td:340
!strconcat(Name, "\t$dst, ${off}(${addr})${p2align}, $val"),
- !strconcat(Name, "\t${off}, ${p2align}"), Opcode>;
+ !strconcat(Name, "\t${off}${p2align}"), Opcode>;
}
----------------
Is this syntax in line with all other uses of p2align in .td?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58337/new/
https://reviews.llvm.org/D58337
More information about the llvm-commits
mailing list