I think I hit a C-Backend bug, where the IR works fine through the x86 native code generator, but the LLVM IR -> C Backend -> x86 gcc path gives core dump when trying to execute with the same inputs. Where can I file a bug? Is there any document about LLVM's C Backend other than reading its source code? Thank you Chuck