Chris Lattner 4c59309f59 Add support for patterns that have physical registers in them. Testcase:
def : Pat<(trunc G8RC:$in),
          (OR8To4 G8RC:$in, X0)>;

Even though this doesn't make any sense on PPC :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23815 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-19 02:07:26 +00:00
..
2005-04-22 04:13:13 +00:00
2005-05-13 20:40:52 +00:00
2005-04-22 00:00:37 +00:00
2005-05-13 20:40:52 +00:00
2005-08-02 00:10:52 +00:00