New DXIL op BufferLoad/BufferStore is added.
Resources in "hlsl.uavs" will be lowered into createHandle, BufferLoad and BufferStore.
Didn't use the createHandle generated in clangCodeGen yet.
Tracking with https://github.com/llvm/llvm-project/issues/58031.
MemAccessLowerHelper::collectMemAccess is added to help find memory access for lowering.
Different version of Offset will be added for different memory access later.
Array of resources are not supported yet.
Tracking with https://github.com/llvm/llvm-project/issues/58486
Is this particularly complicated?