diff options
author | Andrzej WarzyĆski <andrzej.warzynski@arm.com> | 2025-09-15 21:18:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-15 21:18:26 +0100 |
commit | 1287ed1fa2dbf81ce2549a4cb5ae339857c778f9 (patch) | |
tree | ec1d4bb2c5d008218e561eba09faff29b5bf5082 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 04cd39ae287d2c35d2b64cb70ea7bcba7e9796d9 (diff) | |
download | llvm-1287ed1fa2dbf81ce2549a4cb5ae339857c778f9.zip llvm-1287ed1fa2dbf81ce2549a4cb5ae339857c778f9.tar.gz llvm-1287ed1fa2dbf81ce2549a4cb5ae339857c778f9.tar.bz2 |
[mlir][vector] Use `source` as the source argument name (#158258)
This patch updates the following ops to use `source` (instead of
`vector`) as the name for their source argument:
* `vector.extract`
* `vector.scalable.extract`
* `vector.extract_strided_slice`
This change ensures naming consistency with the "builders" for these Ops
that already use the name `source` rather than `vector`. It also
addresses part of:
* https://github.com/llvm/llvm-project/issues/131602
Specifically, it ensures that we use `source` and `dest` for read and
write operations, respectively (as opposed to `vector` and `dest`).
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions