Skip to content
Commit eb0ce0c5 authored by Evan Cheng's avatar Evan Cheng
Browse files

Allow result node to be a simple leaf node. This enable bitconvert patterns

like this:
def : Pat<(v4i32 (bitconvert (v4f32 VR128:$src))), (v4i32 VR128:$src)>;

llvm-svn: 26968
parent b9b0550d
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