[PATCH] D141034: [Interpreter] Added aggregate types support

Chunyang, Dai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 23:40:23 PST 2023


cdai2 added a comment.

In D141034#4029529 <https://reviews.llvm.org/D141034#4029529>, @bader wrote:

> I can understand the reason for changes in llvm/lib/ExecutionEngine/ExecutionEngine.cpp and tests, but the purpose of changes in llvm/lib/ExecutionEngine/Interpreter/ is not clear. Could you elaborate more on that, please?

The OCL test we used includes the Interpreter.h header file and uses the getOperandValue function of Interpreter instance.  This is why we copy it to LVM_BINARY_DIR}/include/ path.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141034/new/

https://reviews.llvm.org/D141034



More information about the llvm-commits mailing list