[PATCH] D65424: [Packetizer] Increase the size of DFAInput bitfield to allow up to 32 units
Thomas Raoux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 00:46:05 PDT 2019
ThomasRaoux added a comment.
In D65424#1610454 <https://reviews.llvm.org/D65424#1610454>, @kparzysz wrote:
> This seems to hang when compiling `HexagonInstrInfo.cpp`.
I noticed that this change makes the static table twice as large and slow downs significantly compilation time when for files including it. I'm looking at an alternative solution. I might just work around the problem on my side as a different solution would be much more invasive.
I'll update the review once I get more data.
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