Files
clang-p2996/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
Philip Reames 42d6eb5475 [MemCpyOpt] Handle scalable aggregate types in memmove/memset formation (#80487)
Without this change, the included test cases crash the compiler. I
believe this is fallout from the homogenous scalable struct work from a
while back; I think we just forgot to update this case.

Likely to fix https://github.com/llvm/llvm-project/issues/80463.
2024-02-02 18:47:18 -08:00

79 KiB