[llvm] r187119 - Fix a bug in TableGen where the intrinsic function name recognizer could mis-identify names if one was a prefix substring of the other

Joerg Sonnenberger joerg at britannica.bec.de
Thu Jul 25 10:04:13 PDT 2013


On Thu, Jul 25, 2013 at 12:32:00PM -0000, Justin Holewinski wrote:
> Author: jholewinski
> Date: Thu Jul 25 07:32:00 2013
> New Revision: 187119
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=187119&view=rev
> Log:
> Fix a bug in TableGen where the intrinsic function name recognizer
> could mis-identify names if one was a prefix substring of the other

Wouldn't it generally be better to build a prefix tree here?

Joerg



More information about the llvm-commits mailing list