Open Quuxplusone opened 6 years ago
Attached bugpoint-reduced-simplified.ll
(533 bytes, text/plain): crashing example
Can you provide a small C test case as well? Personally I think bugpoint often overreduces problems.
> Can you provide a small C test case as well?
> Personally I think bugpoint often overreduces problems.
Sure, no problem.
int main() {
__asm__ ("outs %l0, %w1" :: "a" ((void*)0), "Nd" (0));
}
bugpoint-reduced-simplified.ll
(533 bytes, text/plain)