This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 53cee4bca3 [TVMScript] Round-trip DeclBuffer with undefined data
pointer (#14900)
add cd4551353b [LLVM] Codegen subroutine call when CallNode::op is
GlobalVar (#14901)
No new revisions were added by this update.
Summary of changes:
src/target/llvm/codegen_amdgpu.cc | 10 +--
src/target/llvm/codegen_cpu.cc | 13 ++--
src/target/llvm/codegen_cpu.h | 2 +-
src/target/llvm/codegen_hexagon.cc | 4 +-
src/target/llvm/codegen_llvm.cc | 80 ++++++++++++++++++-----
src/target/llvm/codegen_llvm.h | 61 ++++++++++++++---
src/target/llvm/codegen_nvptx.cc | 14 ++--
src/target/llvm/llvm_module.cc | 19 +++---
tests/python/unittest/test_target_codegen_llvm.py | 29 +++++++-
9 files changed, 170 insertions(+), 62 deletions(-)