Unverified Commit 6343ee72 authored by Felix Schneider's avatar Felix Schneider Committed by GitHub
Browse files

[mlir] Fix handling of "no rank reduction" case in two Patterns (#71293)

This patch fixes two checks where a `SmallBitVector` containing the
potential dropped dims of a SubView/ExtractSlice operation was queried
via `empty()` instead of `none()`.
parent 557b064d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment