[PATCH] D152538: `G_ATOMICRMW_NAND` failure in legalizer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 10 10:43:37 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp:4197
+
+  auto MIBAtomicRMWNand = B.buildAtomicRMW(llvm::TargetOpcode::G_ATOMICRMW_NAND,
+                                           LLT::scalar(32), Addr, Val, *MMO);
----------------
Oh, looks like all of these wrappers around specific atomicrmws were never updated


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

https://reviews.llvm.org/D152538



More information about the llvm-commits mailing list