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
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.