12 lines · plain
1# REQUIRES: asserts2# REQUIRES: amdgpu-registered-target3## Basic test checking that update_llc_test_checks.py can update a file with isel debug output4 5# RUN: cp -f %S/Inputs/amdgpu_isel.ll %t.ll && %update_llc_test_checks %t.ll6# RUN: cat %S/Inputs/amdgpu_isel.ll.expected > %t.expected.ll7# RUN: diff -u %t.expected.ll %t.ll8 9# RUN: cp -f %S/Inputs/amdgpu_asm.ll %t.ll && %update_llc_test_checks %t.ll10# RUN: cat %S/Inputs/amdgpu_asm.ll.expected > %t.expected.ll11# RUN: diff -u %t.expected.ll %t.ll12