[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / stable_ir_values.test
blob4dfaf5d25c8a69c7f369d4e8e22073fc2c9c6c4a
1 # RUN: cp -f %S/Inputs/stable_ir_values.ll %t.ll && %update_test_checks %t.ll
2 # RUN: diff -u %t.ll %S/Inputs/stable_ir_values.ll.expected
3 # Now test that we can reset all the names
4 # RUN: %update_test_checks %t.ll --reset-variable-names
5 # RUN: diff -u %t.ll %S/Inputs/stable_ir_values.ll.expected.reset