Files
clang-p2996/mlir
Andrzej Warzyński 3fe62682ef [mlir][vector] Use result consistently as the result argument name (#144739)
This patch updates the following ops to use `result` (instead of `res`)
as the name for their result argument:
  * `vector.scalable.insert`
  * `vector.scalable.extract`
  * `vector.insert_strided_slice`

This change ensures naming consistency with other ops in the `vector`
dialect. It addresses part of:
* https://github.com/llvm/llvm-project/issues/131602
2025-06-19 17:34:08 +01:00
..

Multi-Level Intermediate Representation

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