PennyMew

Results 2 issues of PennyMew

The C++ Binary Search example fails for any input where the target value is immediately before the midpoint of array. (When the value is at `v[v.size()/2-1]`). Here are some example...

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