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
[CIR] Lower signext and zeroext attributes (#1473)
CIR is currently ignoring the `signext` and `zeroext` for function
arguments and return types produced by CallConvLowering.
This PR lowers them to LLVM IR.
0 commit comments