You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this clearly needs to compile to something emitting true (a few other backends I tried do this) but using top of tree this is what we get from the arm64 backend:
regehr@john-home:~$ llc --march=aarch64 foo.ll -o - .text .file "foo.ll" .globl f // -- Begin function f .p2align 2 .type f,@functionf: // @f .cfi_startproc// %bb.0: mov w0, wzr ret.Lfunc_end0: .size f, .Lfunc_end0-f .cfi_endproc // -- End function .section ".note.GNU-stack","",@progbitsregehr@john-home:~$
this clearly needs to compile to something emitting true (a few other backends I tried do this) but using top of tree this is what we get from the arm64 backend:
cc @ornata @nunoplopes @ryan-berger @nbushehri @zhengyang92 @aqjune @Hatsunespica
The text was updated successfully, but these errors were encountered: