[PATCH] D137361: IR: Add atomicrmw uinc_wrap and udec_wrap

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 11:00:56 PST 2023


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/atomicrmw-uinc-udec-wrap.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -verify-machineinstrs < %s \
+; RUN:   | FileCheck -check-prefix=RV32I %s
----------------
jrtc27 wrote:
> Atomics need coverage with the A extension too
I thought it was suspicious I didn't need to touch shouldExpandAtomicRMWInIR


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137361/new/

https://reviews.llvm.org/D137361



More information about the llvm-commits mailing list