[llvm] [PreISelIntrinsicLowering] Zext/trunc count parameter as necessary for memset_pattern16 emission (PR #129239)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 09:54:08 PDT 2025


================
@@ -394,11 +394,12 @@ bool PreISelIntrinsicLowering::expandMemIntrinsicUses(Function &F) const {
       Module *M = Memset->getModule();
       const DataLayout &DL = Memset->getDataLayout();
 
+      Type *DestPtrTy = Memset->getRawDest()->getType();
+      Type *IntIdxTy = DL.getIndexType(DestPtrTy);
----------------
preames wrote:

@asb - This doesn't appear to have been addressed.

https://github.com/llvm/llvm-project/pull/129239


More information about the llvm-commits mailing list