[PATCH] D159272: [LoongArch] Improve codegen for atomic ops

hev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 05:01:24 PDT 2023


hev added inline comments.


================
Comment at: llvm/lib/Target/LoongArch/LoongArchExpandAtomicPseudoInsts.cpp:583
+      // acquire
+      hint = 0;
+      break;
----------------
Request to update in D151655


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159272



More information about the llvm-commits mailing list