[PATCH] D141360: [PowerPC][GISel] Select sync instructions required by atomic operations

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 06:51:29 PST 2023


tschuett added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp:179
+  case TargetOpcode::G_INTRINSIC_W_SIDE_EFFECTS: {
+    // FIXME: We have to check every operands in this MI and compuate value
+    // mapping accordingly.
----------------
compute value


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141360



More information about the llvm-commits mailing list