iree
iree copied to clipboard
[Codegen] Support early bufferization ops in ConvertToDPS
Adds support for iree_codegen.store_to_buffer and iree_codegen.load_from_buffer in ConvertToDestinationPassingStylePass. This is necessary for enabling early bufferization and layout transformation combination in data tiling e2e tests, because scalar dispatches will go down the LLVMGPUBaseLowering pipeline, which uses this pass.