guan404ming opened a new pull request, #19873:
URL: https://github.com/apache/tvm/pull/19873

   ## Why
   
   The bool→int8 backing-array conversion was duplicated inline across 
`FlattenBuffer` and `LowerTIRxCleanup`.
   
   How
   
   - Add `LowerBoolBuffer` pass that rewrites `bool` buffers to `int8` and 
inserts load/store casts.
   - Remove the duplicated bool handling from `FlattenBuffer` and 
`LowerTIRxCleanup`.
   - Run it after FlattenBuffer (before VectorizeLoop) in every pipeline, with 
structural and build-and-run tests.


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