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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 10:45:42 PST 2023


jrtc27 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
----------------
Atomics need coverage with the A extension too


================
Comment at: llvm/test/CodeGen/RISCV/atomicrmw-uinc-udec-wrap.ll:8
+define i8 @atomicrmw_uinc_wrap_i8(ptr %ptr, i8 %val) {
+; CHECK-LABEL: atomicrmw_uinc_wrap_i8:
+; CHECK:       # %bb.0:
----------------
These x86 CHECK lines need deleting


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

https://reviews.llvm.org/D137361



More information about the llvm-commits mailing list