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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to