Add support for couple of FIR types such as fir.ptr, fir.heap,
fir.box, fir.class
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great - just missing fir::LLVMPointerType to complete the list of all pointer types.
Comment Actions
Right. I'll upload a separate patch for this. Should we differentiate it from fir.ptr with smth like llvm_ptr?