Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,683 contributions in the last year
Activity overview
Contribution activity
August 2020
Created an issue in llir/llvm that received 11 comments
howto: converting from *ir.Param to *constant.Struct
pr := // *ir.Param
t := types.NewStruct(types.I8Ptr, types.I32)
s := constant.NewStruct(t, pr)
however, this produces an error:
cannot use pr (typ…
11
comments
1
contribution
in private repositories
Aug 9