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
LLVM's verifier (llvm/lib/IR/Verifier.cpp:3647) is choking on a call:
calling convention does not permit calls
call spir_kernel void @bar(ptr addrspace(1) %10)
fatal error: error in backend: Lowering from LLVMIR dialect to llvm IR failed!
The CIR output indicates cc(spir_kernel), maybe a bug during lowering. Needs investigation, reduced testcase here: 11e643e