aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2020-03-26 18:08:57 +0100
committerAlex Zinenko <zinenko@google.com>2020-03-26 18:24:07 +0100
commit987fbae0add347b72a1d705ca6349e39549a25d5 (patch)
tree363a6f913e4d28673271be71f6fe7d5a5676f641 /llvm/lib/CodeGen/MachineOperand.cpp
parentabcb9bb742c9f9fba3b71355b14c0cdcf2893ab0 (diff)
downloadllvm-987fbae0add347b72a1d705ca6349e39549a25d5.zip
llvm-987fbae0add347b72a1d705ca6349e39549a25d5.tar.gz
llvm-987fbae0add347b72a1d705ca6349e39549a25d5.tar.bz2
[mlir] StandardToLLVM: make one-to-one convresion pattern publicly available
Summary: The Standard-to-LLVM dialect convresion has a set of utility classes that simplify conversions, including patterns that provide one-to-one conversion operation conversion with optional result packing. Expose these classes in a public header so that conversions other than Standard-to-LLVM (e.g. vectors, or LLVM-based intrinsics) could also use them. Since the patterns are implemented as class templates and in order to keep the code size limited, keep the implementation private by resorting to op identifiers instead of template-based builders. Differential Revision: https://reviews.llvm.org/D76864
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions