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][CIRGen] Support for dereferencing void pointers (#595)
In this PR, we support for dereferencing void pointers as a GNU C
extension. This include two modification:
- In CIRGen, we support to build ReturnStmt with void return type.
- In LowerToLLVM, we support to lower CIR load with void result type to
LLVM.
It's a part of #579, since I would
like to split it to two tasks:
- support pointer arithmetic for function types (#594)
- **support to dereference void pointer (this PR)**
0 commit comments