diff options
author | Amir Bishara <139038766+amirBish@users.noreply.github.com> | 2025-09-15 15:29:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-15 15:29:54 +0300 |
commit | 471bd1745ef044a7ee58a4947bf06a7f56660502 (patch) | |
tree | 1dd206f9183260dbd12d42a0efe2937403396b35 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b0de4e67775869a9e0a7c95236335084165e90ce (diff) | |
download | llvm-471bd1745ef044a7ee58a4947bf06a7f56660502.zip llvm-471bd1745ef044a7ee58a4947bf06a7f56660502.tar.gz llvm-471bd1745ef044a7ee58a4947bf06a7f56660502.tar.bz2 |
[mlir][func]-Add deduplicate funcOp arguments transform (#158266)
This PR adds a new transform operation which removes the duplicate
arguments from the function operation based on the callOp of this
function.
To have a more simple implementation for now, the transform will fail
when having multiple callOps for the same function we want to eliminate
the different arguments from.
This pull request also adpat the utils under the func dialect to be
reusable also for this transformOp.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions