[DAG] Teach DAG to also reassociate vector operations
[oota-llvm.git] / test / CodeGen / Hexagon / struct_args.ll
index cc409db562a11e73911ab1ee3b9e9bfa68c7f1cc..f91300b5067eb25fb3f1a392f91f3c6118f8b8a9 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
-; CHECK: r1:0 = or(r{{[0-9]}}:{{[0-9]}}, r{{[0-9]}}:{{[0-9]}})
+; CHECK: r{{[0-9]}}:{{[0-9]}} = combine({{r[0-9]|#0}}, r{{[0-9]}})
+; CHECK: r{{[0-9]}}:{{[0-9]}} |= asl(r{{[0-9]}}:{{[0-9]}}, #32)
 
 %struct.small = type { i32, i32 }