K 10 svn:author V 3 dim K 8 svn:date V 27 2023-06-28T18:16:16.183234Z K 7 svn:log V 624 Apply llvm fix for hanging gcc builds on 32-bit arm Merge commit 962c306a11d0 from llvm-project (by Florian Hahn): [LV] Don't consider pointer as uniform if it is also stored. Update isVectorizedMemAccessUse to also check if the pointer is stored. This prevents LV to incorrectly consider a pointer as uniform if it is used as both pointer and stored by the same StoreInst. Fixes #61396. PR: 271992 Reported by: John F. Carr MFC after: 3 days (cherry picked from commit dbbaf77801a8f30e49731395e85757f339f345bf) Git Hash: 2846052cd44ec28a99af774127f578d626d6f368 Git Author: dim@FreeBSD.org END