================
@@ -4789,8 +4794,13 @@ bool VectorCombine::shrinkLoadForShuffles(Instruction 
&I) {
         return false;
 
       // Create new load of smaller vector.
+      Value *NewPtr =
+          LowOffset > 0u
+              ? Builder.CreateInBoundsPtrAdd(PtrOp, 
Builder.getInt64(LowOffset))
----------------
PeddleSpam wrote:

Thanks 😊

https://github.com/llvm/llvm-project/pull/149093
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to