diff options
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | 2024-08-23 13:43:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 13:43:33 -0700 |
commit | 4dbaef6d5ea71fb183114a82da4028960906c42b (patch) | |
tree | 6a8554aed50f60cc813878628a80dbea88e2aa2d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a2a5508bdae7d115b6c3ace461beb7a987a44407 (diff) | |
download | llvm-4dbaef6d5ea71fb183114a82da4028960906c42b.zip llvm-4dbaef6d5ea71fb183114a82da4028960906c42b.tar.gz llvm-4dbaef6d5ea71fb183114a82da4028960906c42b.tar.bz2 |
[mlir][Linalg] Avoid doing op replacement in `linalg::dropUnitDims`. (#105749)
It is better to do the replacement in the caller. This avoids the
footgun if the caller needs the original operation. Instead return the
produced operation and replacement values.
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions