Closed
Description
The following LLVM-IR crashes with llc -O3
. The problem is most likely due to the null argument that gets passed to memcpy. See https://godbolt.org/z/svov8z58j for the reduced reproducer.
The following LLVM-IR crashes with llc -O3
. The problem is most likely due to the null argument that gets passed to memcpy. See https://godbolt.org/z/svov8z58j for the reduced reproducer.