[PATCH] D65424: [Packetizer] Increase the size of DFAInput bitfield to allow up to 32 units
James Molloy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 01:56:25 PDT 2019
jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.
LGTM. I had a look at changing this to use APInt instead, because that seems a little nicer, but this turns out to be nontrivial.
I think really this code needs to be able to distinguish between functional units that need packetizing (VLIW slots) and functional units that are just ... functional units (for the purposes of scheduling).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65424/new/
https://reviews.llvm.org/D65424
More information about the llvm-commits
mailing list