[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / phi-labels.test
blob2b0d0cb7f54ba85399cc4c32e84569671cb610f1
1 # RUN: cp -f %S/Inputs/phi-labels.ll %t.ll && %update_test_checks --version 5 %t.ll
2 # RUN: diff -u %t.ll %S/Inputs/phi-labels.ll.expected
3 ## Check that running the script again does not change the result:
4 # RUN: %update_test_checks %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/phi-labels.ll.expected