[PATCH] D68290: [RISCV] WIP better estimate size of outlined block with C extension enabled
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 10:17:01 PDT 2019
apazos added a comment.
Thanks Alex and Lewis.
I will break the patch in 3 commits:
1. fix missing ImmLeaf predicate, which I will merge directly (no review).
2. Compress Instr table gen back end changes. I will post this patch for review.
3. Modify getInstSizeInBytes to invoke isCompressibleInst (thanks for the name fix!). This one I will run a few more correctness tests, and then post for review.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68290/new/
https://reviews.llvm.org/D68290
More information about the llvm-commits
mailing list