aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
diff options
context:
space:
mode:
authorZhuoran Yin <zhuoryin@amd.com>2024-12-10 12:31:30 -0500
committerGitHub <noreply@github.com>2024-12-10 11:31:30 -0600
commitd6590c1bcb1b15b3b3f9f0ee6f0a6ff2b10b1e4f (patch)
tree4175ba2da396e22503f032ec81513439e90772ec /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
parentc5a21c115856298fcc04f343f573965da7b14af4 (diff)
downloadllvm-d6590c1bcb1b15b3b3f9f0ee6f0a6ff2b10b1e4f.zip
llvm-d6590c1bcb1b15b3b3f9f0ee6f0a6ff2b10b1e4f.tar.gz
llvm-d6590c1bcb1b15b3b3f9f0ee6f0a6ff2b10b1e4f.tar.bz2
[MLIR] Add allow Insert/extract slice option to pack/unpack op (#117340)
This PR adds default option below. The new options will come as default to true and not change the original lowering behavior of pack and unpack op. - lowerPadLikeWithInsertSlice to packOp (with default = true) - lowerUnpadLikeWithExtractSlice to unPackOp (with default = true) The motivation of the PR is finer granular control of the lowering of pack and unpack Ops. This is useful in particular when we want to guarantee that there's no additional insertslice and extractslice that interfere with tiling. With the original lowering pipeline, packOp and unPackOp may be lowered to insertslice and extractslice when the high dimensions are unit dimensions and no transpose is invovled. Under such circumstances, such insert and extract slice ops will block producer/consumer fusion tile + fuse transforms. With this PR, we will be able to disable such lowering path and allow consumer fusion to go through as expected.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp')
0 files changed, 0 insertions, 0 deletions