Files
clang-p2996/llvm/lib/Transforms/Instrumentation
Yeting Kuo e9dd6b2a53 [Asan] Teach FunctionStackPoisoner to filter out struct type with scalable vector type. (#93406)
FunctionStackPoisoner does not serve for `AllocaInst` with scalable
vector type, but it does not filter out struct type with scalable vector
introduced by c8eb535aed.
2024-06-04 11:40:33 +08:00
..