Files
clang-p2996/llvm/test/TableGen/dag-isel-complexpattern.td
Wang Pengcheng e052c68869 [SelectionDAG] Add instantiated OPC_CheckType (#73283)
The most common type is i32 or i64 so we add `OPC_CheckTypeI32` and
`OPC_CheckTypeI64` to save one byte.

Overall this reduces the llc binary size with all in-tree targets by
about 29K.
2023-12-12 17:12:08 +08:00

1.1 KiB