diff options
author | Matthias Springer <me@m-sp.org> | 2024-12-17 11:26:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 11:26:31 +0100 |
commit | 8cd8b5079b3c8debc1fa0b7b2287a00d7d385819 (patch) | |
tree | 17581d9ddb03be3b8f0e86c525e99bc83d580d6e /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | a1f5fe8c851ba6a0070e4cab9e7436e962677ac6 (diff) | |
download | llvm-8cd8b5079b3c8debc1fa0b7b2287a00d7d385819.zip llvm-8cd8b5079b3c8debc1fa0b7b2287a00d7d385819.tar.gz llvm-8cd8b5079b3c8debc1fa0b7b2287a00d7d385819.tar.bz2 |
[mlir][Vector] Move mask materialization patterns to greedy rewrite (#119973)
The mask materialization patterns during `VectorToLLVM` are rewrite
patterns. They should run as part of the greedy pattern rewrite and not
the dialect conversion. (Rewrite patterns and conversion patterns are
not generally compatible.)
The current combination of rewrite patterns and conversion patterns
triggered an edge case when merging the 1:1 and 1:N dialect conversions.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions