[all-commits] [llvm/llvm-project] 571831: [mlir] Add sub-byte type emulation support for `me...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Fri Apr 26 08:29:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 571831a680faa9615183f855fddf43fd1a9ba192
https://github.com/llvm/llvm-project/commit/571831a680faa9615183f855fddf43fd1a9ba192
Author: Diego Caballero <diegocaballero at google.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp
M mlir/test/Dialect/MemRef/emulate-narrow-type.mlir
Log Message:
-----------
[mlir] Add sub-byte type emulation support for `memref.collapse_shape` (#89962)
This PR adds support for `memref.collapse_shape` to sub-byte type emulation. The `memref.collapse_shape` becomes a no-opt given that we are flattening the memref as part of the emulation (i.e., we are collapsing all the dimensions).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list