The GitHub Actions job "Lint" on tvm.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
bb750012a42e58eef1927452a053183bb28cf9b1 / Guan-Ming Chiu 
<[email protected]>
[TIRx] Add a dedicated boolean buffer lowering pass (#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.

---------

Signed-off-by: Guan-Ming (Wesley) Chiu 
<[email protected]>

Report URL: https://github.com/apache/tvm/actions/runs/28483833730

With regards,
GitHub Actions via GitBox


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

Reply via email to