Open Quuxplusone opened 3 years ago
Attached bugpoint-reduced-simplified.bc
(1792 bytes, application/octet-stream): bugpoint simplified repro .bc
Hi Nikita, from your example I can see your target triple is "arm64-apple-macosx11.0.0", which uses a different calling convention than Linux. We've only extended the Linux calling convention to include SVE support.
bugpoint-reduced-simplified.bc
(1792 bytes, application/octet-stream)Created attachment 24875 bugpoint simplified repro .bc
Noticed that clang-1205.0.22.9 crashes while compiling following snippet (reduced repro from sleefsimdsp.c):
Crash also reproduces in trunk and using bugpoint can be reduced to (attached):