[PATCH] D122377: [PowerPC][Linux] Support 16-byte lock free atomics on pwr8 and up

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 10:13:50 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1329
     setOperationAction(ISD::INTRINSIC_VOID, MVT::i128, Custom);
   }
 
----------------
You probably want an "else" here to call `setMaxAtomicSizeInBitsSupported(64)` or something like that.  But you can leave that to a followup patch if you want.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122377



More information about the cfe-commits mailing list