tqchen commented on PR #20062:
URL: https://github.com/apache/tvm/pull/20062#issuecomment-5107440885

   LLVM CI follow-up is published at `81dc8857da` while preserving the exact 
two-commit series.
   
   The repair keeps `BufferType` out of the general LLVM ABI mapper. Instead, 
debug emission translates a `BufferVar` to its physical `DataPointerType` only 
where LLVM already has the corresponding pointer value, including outlined 
compute-scope captures. Those captures are also treated as pointer-backed for 
the existing `noalias`, `noinline`, and alignment contracts.
   
   Coverage adds a packed, parallel PrimFunc with parameter, declared, and 
allocated buffers. Validation includes an LLVM 18 build, all 377 tests in 
`test_target_codegen_llvm.py`, the packed parallel pipeline compiling and 
executing with numerical agreement, and all pre-commit hooks.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to