[PATCH] D156967: [SelectionDAG] Encode CheckPatternPredicate num in VBR format to expand the range it can represents

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 19:29:06 PDT 2023


zixuan-wu added a comment.

In D156967#4557928 <https://reviews.llvm.org/D156967#4557928>, @craig.topper wrote:

> Can you measure the size impact to the X86 and RISC-V tables?

Here is the data after patch.

  Before :
  RISCV - // Total Array size is 2368318 bytes
  X86 -   // Total Array size is 680816 bytes
  
  After:
  RISCV - // Total Array size is 2372208 bytes
  X86 -   // Total Array size is 686351 bytes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156967/new/

https://reviews.llvm.org/D156967



More information about the llvm-commits mailing list