Skip to content
Commit b8014e10 authored by Chris Lattner's avatar Chris Lattner
Browse files

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 :)

llvm-svn: 23815
parent c8f899f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment