[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
Tue Oct 1 12:45:04 PDT 2019


apazos created this revision.
Herald added subscribers: llvm-commits, pzheng, s.egerton, lenary, Jim, benna, psnobl, jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
Herald added a project: LLVM.

Compressed Inst Emitter tablegen backend generates a new function,
isCompressableInst, which is used to better estimate the size of
outlined block when C extension is enabled.

Fixed missing ImmLeaf predicates.


https://reviews.llvm.org/D68290

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoC.td
  llvm/utils/TableGen/RISCVCompressInstEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68290.222675.patch
Type: text/x-patch
Size: 18158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191001/78e5f858/attachment.bin>


More information about the llvm-commits mailing list