Chris Lattner 2f041d49a9 add support for literal immediates in patterns to match, allowing us to
write things like this:

def : Pat<(add GPRC:$in, 12),
          (ADD12 GPRC:$in)>;

Andrew: if this isn't enough or doesn't work for you, please lemme know.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23819 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-19 04:41:05 +00:00
..
2005-08-27 18:50:39 +00:00
2005-08-26 20:42:52 +00:00
2005-09-14 18:02:53 +00:00
2005-09-12 05:30:06 +00:00
2005-09-30 06:09:50 +00:00
2005-09-30 04:11:27 +00:00
2005-08-26 20:42:52 +00:00
2005-08-27 18:50:39 +00:00