[TableGen] Sort pattern predicates before concatenating into a string so that differe...
authorCraig Topper <craig.topper@gmail.com>
Fri, 27 Nov 2015 05:44:04 +0000 (05:44 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 27 Nov 2015 05:44:04 +0000 (05:44 +0000)
commit5476e4426e79043e5e6c383dbac80e5809cf1a14
treeb5601a652fe7b11313f0b546b8a2c35ffe70157a
parentde7ba30566dc65761f1cc41f1484620de1076c27
[TableGen] Sort pattern predicates before concatenating into a string so that different orders of the same set will produce the same string. This can reduce the number of unique predicates in the isel tables. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254192 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp