Lowering on non default address space to default address space

Hi all,

If I generated the LLVM IR where some pointers are located in non-default address space, in the LLVM compiler is it lowered to default address space? If so, at which phase that happens?

Thank you,
Kavindu