giuseros commented on a change in pull request #7932:
URL: https://github.com/apache/tvm/pull/7932#discussion_r621445920
##########
File path: tests/python/unittest/test_tir_transform_lower_tvm_builtin.py
##########
@@ -133,11 +133,45 @@ def check_packed_func(target="llvm"):
tvm.ir.assert_structural_equal(alloca_shape, expected_stmt,
map_free_vars=True)
-def test_packed_func():
+def test_lower_packed_func():
check_packed_func("llvm")
Review comment:
Can you add a check also for the C backend? I tried this in AOT, but the
C backend appears to no handling return values correctly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]