diff options
author | Alex Zinenko <zinenko@google.com> | 2020-03-27 11:14:44 +0100 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2020-03-27 11:14:44 +0100 |
commit | c16c07d4b9adb43065f875176701f9a1f6e67a5e (patch) | |
tree | 406b6d819455893e3c47897e674a4cd4efcad244 /llvm/lib/Object/ELF.cpp | |
parent | eb85e90350e93a64279139e7eca9ca40c8fbf5eb (diff) | |
download | llvm-c16c07d4b9adb43065f875176701f9a1f6e67a5e.zip llvm-c16c07d4b9adb43065f875176701f9a1f6e67a5e.tar.gz llvm-c16c07d4b9adb43065f875176701f9a1f6e67a5e.tar.bz2 |
[mlir] StandardToLLVM: use template aliases instead of dummy classes
Multiple operation conversions from the Standard dialect to the LLVM dialect
are trivial one-to-one conversions that use only the pattern defined in base
utility classes such as OneToOneConvertToLLVMPattern and
VectorConvertToLLVMPattern. Use template aliases ("using" declarations) instead
of creating derived classes without new functionality.
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions