[PATCH] D142386: ExecutionEngine: support composite types handling.

Artem Khvoshch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 10:35:21 PST 2023


Panzerschrek created this revision.
Herald added a subscriber: nlopes.
Herald added a project: All.
Panzerschrek requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Now it's possible to load/store composite values (structs, arrays), access constants of composite types, produce //undef// values of array types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142386

Files:
  lib/ExecutionEngine/ExecutionEngine.cpp
  test/ExecutionEngine/Interpreter/composite-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142386.491443.patch
Type: text/x-patch
Size: 8742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/55d0dec0/attachment.bin>


More information about the llvm-commits mailing list