[PATCH] D83059: [RISCV] Use Generated Instruction Uncompresser
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 04:06:38 PST 2020
lenary added a comment.
Issues I still need to investigate:
- That this doesn't cause a code-size blow-up
- That this doesn't cause compiler performance regressions due to using `uncompressInst` in `mayNeedRelaxation`
However, this change is also blocking relaxing conditional branches, so I need to get to a conclusion on this quickly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83059/new/
https://reviews.llvm.org/D83059
More information about the llvm-commits
mailing list