aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorUday Bondhugula <uday@polymagelabs.com>2022-03-09 11:55:49 +0530
committerUday Bondhugula <uday@polymagelabs.com>2022-03-09 16:00:39 +0530
commitaf9f7d319b8c12063a9d105c9e13984141a51c62 (patch)
treef58292234cc49070636d9dd52b94594058967c86 /clang/lib/Frontend/CompilerInvocation.cpp
parent092601d4baab7c13c06b31eda2d5bed91d9a6b65 (diff)
downloadllvm-af9f7d319b8c12063a9d105c9e13984141a51c62.zip
llvm-af9f7d319b8c12063a9d105c9e13984141a51c62.tar.gz
llvm-af9f7d319b8c12063a9d105c9e13984141a51c62.tar.bz2
NFC. Clean up memref utils library
NFC. Clean up memref utils library. This library had a single function that was completely misplaced. MemRefUtils is expected to be (also per its comment) a library providing analysis/transforms utilities on memref dialect ops or memref types. However, in reality it had a helper that was depended upon by the MemRef dialect, i.e., it was a helper for the dialect ops library and couldn't contain anything that itself depends on the MemRef dialect. Move the single method to the memref dialect that will now allow actual utilities depending on the memref dialect to be placed in it. Put findDealloc in the `memref` namespace. This is a pure move. Differential Revision: https://reviews.llvm.org/D121273
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions