Files
clang-p2996/llvm/lib/Analysis/BasicAliasAnalysis.cpp
Nikita Popov 027b203814 [BasicAA] Gracefully handle large LocationSize (#138528)
If the LocationSize is larger than the index space of the pointer type,
bail out instead of triggering an APInt assertion.

Fixes the issue reported at
https://github.com/llvm/llvm-project/pull/119365#issuecomment-2849874894.
2025-05-06 14:19:47 +02:00

78 KiB