[PATCH] D159333: [RISCV] Replace RISCVVInversePseudosTable with a SearchIndex
Michael Maitland via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 21:13:10 PDT 2023
michaelmaitland added a comment.
It looks like the InversePseudo table was only included for MCA directory. I wonder if this led to it only being a part of the llvm-mca binary, and not part of tools that do not depend on llvm-mca (such as llc). Could you check this by comparing the size of llc binary? It should have gotten larger after this change if it had not previously included the InversePseudo table.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159333/new/
https://reviews.llvm.org/D159333
More information about the llvm-commits
mailing list