[AArch64] Codegen for FEAT_LSE128
Codegen support for 128-bit atomicrmw (and|or|xchg). - store atomic -> swpp - atomicrmw xchg -> swpp - atomicrmw and -> ldclrp - atomicrmw or -> ldsetp Reviewed By: lenary Differential Revision: https://reviews.llvm.org/D141406
Loading
Please sign in to comment