[llvm] [WebAssembly] MC support for acquire-release atomics (PR #183656)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 16:50:06 PST 2026
================
@@ -48,9 +47,10 @@ class WebAssemblyMCCodeEmitter final : public MCCodeEmitter {
SmallVectorImpl<MCFixup> &Fixups,
const MCSubtargetInfo &STI) const override;
- void encodeMemArg(const MCInst &MI, unsigned I, const MCInstrDesc &Desc,
- const MCSubtargetInfo &STI, raw_ostream &OS,
- SmallVectorImpl<MCFixup> &Fixups, uint64_t Start) const;
+ void encodeMemArgNoOffset(const MCInst &MI, unsigned P2AlignIdx,
----------------
dschuff wrote:
Done.
https://github.com/llvm/llvm-project/pull/183656
More information about the llvm-commits
mailing list