When writing quantizer in Multi-SPANN, we only need to write a common config (supposedly this is the same for all SPANNs), the codebook will be the combining of all SPANN codebooks
When writing quantizer in Multi-SPANN, we only need to write a common config (supposedly this is the same for all SPANNs), the codebook will be the combining of all SPANN codebooks
Given [this IR](https://github.com/user-attachments/files/18398484/input.txt), the last basic block is translated with `llc -O3 -march=amdgcn -mcpu=gfx942 -print-after-all -mtriple amdgcn-amd-hmcs...
Given the input IR in [input_ir.txt](https://github.com/user-attachments/files/18397617/input_ir.txt), GISel is generating code using mostly `_e32` instructions, while SelectionDAG is able to make ...