Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / coalescer-commute2.ll
index c67e0f582496a82eda1c68765bd45decef2a4a8a..6e5c1cf63006e5d3b7b67556a6e7111f2669ba82 100644 (file)
@@ -1,5 +1,10 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep paddw | count 2
-; RUN: llvm-as < %s | llc -march=x86-64 | not grep mov
+; RUN: llc < %s -mtriple=x86_64-linux -join-physregs | FileCheck %s
+; CHECK-NOT:     mov
+; CHECK:     paddw
+; CHECK-NOT:     mov
+; CHECK:     paddw
+; CHECK-NOT:     paddw
+; CHECK-NOT:     mov
 
 ; The 2-addr pass should ensure that identical code is produced for these functions
 ; no extra copy should be generated.