[llvm-commits] [PATCH] DFAPacketizerEmitter bug fix

Brendon Cahoon bcahoon at codeaurora.org
Thu Feb 2 08:56:04 PST 2012


I have attached a small patch to fix a bug in TableGen's
DFAPacketizerEmitter code.  I don't think it's going to affect any targets
other than Hexagon, but I wanted to post the patch here before committing in
case anyone has comments, etc.

 

The bug is that the DFAPacketizerEmitter code generates an incorrect
DFAStateEntryTable because the sentinel transition state is not processed
correctly.  I also filled PR11908 against this issue.

 

Thanks,

Brendon

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120202/45c9cef2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dfa-bug.patch
Type: application/octet-stream
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120202/45c9cef2/attachment.obj>


More information about the llvm-commits mailing list