| commit | e96802e6ed4b58c7927f18cbcea36b8a7ab87331 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Mar 08 18:36:19 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Mar 08 18:36:19 2010 +0000 |
| tree | e4a95cca78172db6c83260d5adb28132cede240f | |
| parent | 4bc61181f9c4a6b39c0769828c452cac9ad76932 [diff] |
Node arguments to type casts can have names too. This code
needs to be majorly refactored, but this spot bugfix allows
things like:
def vmrghw_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
(vector_shuffle (v4i32 node:$lhs), node:$rhs), [{
...
llvm-svn: 97952