tqchen commented on issue #7246:
URL: https://github.com/apache/tvm/issues/7246#issuecomment-759479891


   Possible way to resolve the issue:
   
   - Introduce the packed_arg_alloca intrinsic that is only gauranteed to be 
valid for the specific packed func call
      - Skip the lifting alloca step, and keep alloca always next to the func 
call
   - Update LLVM codegen to insert alloca always to the beginning of the 
current function block
   - Update StackVM and C codegen to support things accordingly
   
   
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to