diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-05 18:27:11 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-05 18:27:11 +0000 |
commit | ac78daf5171657b580a505dfaacab8a57f00d3db (patch) | |
tree | d98ccadaebae788a8253c7cd847d18fb0435c77d /llvm/test | |
parent | 49123d4bb0babd061402c8fd25708f27aa393d90 (diff) | |
download | bcm5719-llvm-ac78daf5171657b580a505dfaacab8a57f00d3db.tar.gz bcm5719-llvm-ac78daf5171657b580a505dfaacab8a57f00d3db.zip |
{DAGCombiner] Fold (rot x, 0) -> x
llvm-svn: 307184
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/combine-rotates.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/combine-rotates.ll b/llvm/test/CodeGen/X86/combine-rotates.ll index 1bce1cff326..713ee5d0f65 100644 --- a/llvm/test/CodeGen/X86/combine-rotates.ll +++ b/llvm/test/CodeGen/X86/combine-rotates.ll @@ -59,7 +59,6 @@ define <4 x i32> @combine_vec_rot_rot_splat(<4 x i32> %x) { define <4 x i32> @combine_vec_rot_rot_splat_zero(<4 x i32> %x) { ; XOP-LABEL: combine_vec_rot_rot_splat_zero: ; XOP: # BB#0: -; XOP-NEXT: vprotd $0, %xmm0, %xmm0 ; XOP-NEXT: retq ; ; AVX512-LABEL: combine_vec_rot_rot_splat_zero: |