[llvm] [LoopVectorize][LAA] Hoist load in memory IV to allow vectorization (PR #168312)

Felipe Magno de Almeida via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 14 06:14:05 PST 2025


felipealmeida wrote:

If you change this line:
```
typedef MyXalanVector<unsigned short> vector;
```
To:
```
typedef MyXalanVector<size_t> vector;
```

Then it will reproduce the problem even without -fno-strict-aliasing.

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


More information about the llvm-commits mailing list