Files
clang-p2996/mlir
Longsheng Mou 3e223e3a20 [mlir][vector] Fix out-of-bounds access (#126734)
This PR fixes an out-of-bounds bug that occurs when there are no overlap
dimensions between the `sizes` and source of
`vector.extract_strided_slice`, causing access to `sizes` to go out of
bounds. Fixes #126196.
2025-02-13 09:17:43 +08:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.