Llvm.NET icon indicating copy to clipboard operation
Llvm.NET copied to clipboard

LLVM Bindings for .NET

Results 41 Llvm.NET issues
Sort by recently updated
recently updated
newest added

InstructionBuilder.SDiv creates UDiv instead of SDiv. Here's some example code to demonstrate the issue. ```C# public void SDivBug() { Context context = new Context(); BitcodeModule module = context.CreateBitcodeModule(); // We're...

bug