History log of /llvm-project/llvm/test/Analysis/Lint/scalable.ll (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0
# 8d4235d9 04-Sep-2024 Nikita Popov <npopov@redhat.com>

[Lint] Fix another scalable vector crash

We also need to check that the memory access LocationSize is not
scalable.


# 360f82f3 04-Sep-2024 Nikita Popov <npopov@redhat.com>

[Lint] Fix crash for insert/extract on scalable vector

Don't assume the vector is fixed size. For scalable vectors, do
not report an error, as indices outside the minimum range may be
valid.


# 29c076b8 04-Sep-2024 Nikita Popov <npopov@redhat.com>

[Lint] Fix crash with scalable alloca