On Thu, 23 Oct 2025 at 10:04, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:> This seems to be a 1 liner fix. Basically, the zero extend should be a> signed extend. i.e, use LLVMBuildSExt().
The patch for the 1-liner.
David