[llvm] [WebAssembly] MC support for acquire-release atomics (PR #183656)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 13:55:06 PST 2026
================
@@ -31,6 +31,8 @@ class WebAssemblyInstPrinter final : public MCInstPrinter {
enum EHInstKind { TRY, CATCH_LEGACY, CATCH_ALL_LEGACY };
SmallVector<EHInstKind, 4> EHInstStack;
+ const MCSubtargetInfo *STI = nullptr;
----------------
dschuff wrote:
Another leftover from when the operands were in a different order and we needed to check the subtarget for whether the feature was enabled.
https://github.com/llvm/llvm-project/pull/183656
More information about the llvm-commits
mailing list