mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
LlvmCodeGen::CastPtrToLlvmPtr embeds a pointer that points to data in the current process's memory into codegen'd IR code. Our long term goal is to share the codegen'd IR among processes working on the same fragment, which is not possible if the IR contains pointers pointing to data of a specific process. A step in making the IR independent of the process generating it is removing LlvmCodeGen::CastPtrToLlvmPtr. Change-Id: I046a06fbf23629a90cc2cca164176a89e557c7c4 Reviewed-on: http://gerrit.cloudera.org:8080/16517 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>