diff options
author | Lang Hames <lhames@gmail.com> | 2025-10-03 12:37:53 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-03 12:37:53 +1000 |
commit | d0e15f99ead47a077eb9c574e9614dd11a8f1ec1 (patch) | |
tree | 8fbd5bdfb840344060a742681a07a26de5efc5f6 /mlir/lib/Bindings/Python/MainModule.cpp | |
parent | 40fce3250110b196fa351235d25f143b21e97957 (diff) | |
download | llvm-d0e15f99ead47a077eb9c574e9614dd11a8f1ec1.zip llvm-d0e15f99ead47a077eb9c574e9614dd11a8f1ec1.tar.gz llvm-d0e15f99ead47a077eb9c574e9614dd11a8f1ec1.tar.bz2 |
[orc-rt] Refactor WrapperFunction to simplify Serializer classes. (#161763)
Serializers only need to provide two methods now, rather than four. The
first method should return an argument serializer / deserializer, the
second a result value serializer / deserializer. The interfaces for
these are now more uniform (deserialize now returns a tuple, rather than
taking its output location(s) by reference). The intent is to simplify
Serializer helper code. NFCI.
Diffstat (limited to 'mlir/lib/Bindings/Python/MainModule.cpp')
0 files changed, 0 insertions, 0 deletions