Jim Grosbach 48c1f84b10 Allow InstAlias's to use immediate matcher patterns that xform the value.
For example,

On ARM, "mov r3, #-3" is an alias for "mvn r3, #2", so we want to use a
matcher pattern that handles the bitwise negation when mapping to t2MVNi.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143233 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-28 22:32:53 +00:00
..
2011-10-07 18:25:05 +00:00
2011-10-27 22:56:32 +00:00
2011-10-07 18:25:05 +00:00
2011-03-31 00:23:57 +00:00
2011-10-04 03:08:43 +00:00
2011-10-14 19:12:37 +00:00