[llvm-commits] [PATCH] Add Pattern ID Information

Chris Lattner clattner at apple.com
Fri Aug 5 10:33:00 PDT 2011


On Aug 5, 2011, at 9:57 AM, David A. Greene wrote:

>>> The refactoring will make things more maintainable now and prepare for
>>> the future.  We talked about this a year ago and folks seemed to agree
>>> it was a good idea.
>> 
>> I completely disagree.
> 
> Well, let me present the work and then we can decide.  Fair enough?

I'm just saying that I disagree with the principle of generalizing existing code "just in case" it is useful in the future.  If the changes make the .td files easier to maintain and reason about for *existing* CPUs, then I'm all for them.

-Chris



More information about the llvm-commits mailing list