mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 19:43:38 +08:00
"transform.structured.pad" now returns all `tensor::PadOp` in addition to the padded ops. Also add a test case that shows how to force an allocation for "tensor.pad" ops with a custom memory space. Differential Revision: https://reviews.llvm.org/D153555