llvm-project
6626ed6f - [MLIR] Fix `BubbleDownVectorBitCastForExtract` crash on non-static index (#116518)

Commit
319 days ago
[MLIR] Fix `BubbleDownVectorBitCastForExtract` crash on non-static index (#116518) Previously the patch was not expecting to handle non-static index, when the index is a non constant value it will crash. This patch is to make sure it return gracefully instead of crashing.
Author
Parents
Loading