diff options
author | Christian Sigg <csigg@google.com> | 2020-10-01 21:51:54 +0200 |
---|---|---|
committer | Christian Sigg <csigg@google.com> | 2020-10-05 17:36:01 +0200 |
commit | 665371d0b29910d7fba618a707d6b732e2037ee2 (patch) | |
tree | e437dc10e4780c8f74a081a455112273a1a0fb35 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c3f12dd6069ebfc913953a4a29e9db5dd4749160 (diff) | |
download | llvm-665371d0b29910d7fba618a707d6b732e2037ee2.zip llvm-665371d0b29910d7fba618a707d6b732e2037ee2.tar.gz llvm-665371d0b29910d7fba618a707d6b732e2037ee2.tar.bz2 |
[mlir] Split alloc-like op LLVM lowerings into base and separate derived classes.
The previous code did the lowering to alloca, malloc, and aligned_malloc
in a single class with different code paths that are somewhat difficult to
follow.
This change moves the common code to a base class and has a separte
derived class per lowering target that contains the specifics.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D88696
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions