Skip to content

Instantly share code, notes, and snippets.

@jmorse
Created April 21, 2023 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmorse/55da51f56d9c756fa77b42e705bdc674 to your computer and use it in GitHub Desktop.
Save jmorse/55da51f56d9c756fa77b42e705bdc674 to your computer and use it in GitHub Desktop.
target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:32-n8:16:32-a:0:32-S32"
target triple = "i686-w64-windows-gnu"
define fastcc ptr @PyVectorcall_Function(i1 %cmp.i) {
entry:
%conv.i = zext i1 %cmp.i to i32
%tobool.not = icmp eq i32 %conv.i, 0
br i1 %tobool.not, label %cleanup, label %if.end
if.end: ; preds = %entry
br label %cleanup
cleanup: ; preds = %if.end, %entry
ret ptr null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment