[PATCH] D105853: [ISel] Expand saddsat and ssubsat via asr and xor

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 19 04:35:52 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:1155
 
     setOperationAction(ISD::UADDSAT,            MVT::v4i32, Custom);
 
----------------
Please can you move the SSE41 v2i64 lines here.


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

https://reviews.llvm.org/D105853



More information about the llvm-commits mailing list