Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / full-lsr.ll
index 3bd58b65be498b05ef8bf0833d3164c63ec938d6..ff9b1b0b6a5a8b2c55215cc1fc61bc0e5a138e2a 100644 (file)
@@ -1,12 +1,7 @@
 ; RUN: llc < %s -march=x86 >%t
 
-; TODO: Enhance full lsr mode to get this:
-; RUNX: grep {addl     \\\$4,} %t | count 3
-; RUNX: not grep {,%} %t
-
-; For now, it should find this, which is still pretty good:
-; RUN: not grep {addl  \\\$4,} %t
-; RUN: grep {,%} %t | count 6
+; RUN: grep {addl      \\\$4,} %t | count 3
+; RUN: not grep {,%} %t
 
 define void @foo(float* nocapture %A, float* nocapture %B, float* nocapture %C, i32 %N) nounwind {
 entry: