Unboxing for static memrefs.
When lowering to MLIR(LLVMDialect) we unbox the structs that result from converting static memrefs, that is, singleton structs that just contain a raw pointer. This allows us to get rid of all "extractvalue" instructions in the common case where shapes are fully known. PiperOrigin-RevId: 235706021
Loading
Please sign in to comment