Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_analyze_test_checks / loopvectorize-costmodel.test
blob35bcf6c5eb320896a6b8d62f3d09ff3b80327b7e
1 # REQUIRES: x86-registered-target, asserts
3 ## Check that --filter works properly.
4 # RUN: cp -f %S/Inputs/x86-loopvectorize-costmodel.ll %t.ll && %update_analyze_test_checks --filter "LV: Found an estimated cost of [0-9]+ for VF [0-9]+ For instruction:\s*%v0 = load float, ptr %in0, align 4" %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/x86-loopvectorize-costmodel.ll.expected
7 ## Check that running the script again does not change the result:
8 # RUN: %update_analyze_test_checks --filter "LV: Found an estimated cost of [0-9]+ for VF [0-9]+ For instruction:\s*%v0 = load float, ptr %in0, align 4" %t.ll
9 # RUN: diff -u %t.ll %S/Inputs/x86-loopvectorize-costmodel.ll.expected
11 ## Check that running the script again, without arguments, does not change the result:
12 # RUN: %update_analyze_test_checks %t.ll
13 # RUN: diff -u %t.ll %S/Inputs/x86-loopvectorize-costmodel.ll.expected