Allow result node to be a simple leaf node. This enable bitconvert patterns
authorEvan Cheng <evan.cheng@apple.com>
Thu, 23 Mar 2006 02:35:32 +0000 (02:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 23 Mar 2006 02:35:32 +0000 (02:35 +0000)
like this:
def : Pat<(v4i32 (bitconvert (v4f32 VR128:$src))), (v4i32 VR128:$src)>;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26968 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found