[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / amdgpu-isel-support.test
blob61c4034c21705544265fb591768f19925d56e3aa
1 # REQUIRES: asserts
2 # REQUIRES: amdgpu-registered-target
3 ## Basic test checking that update_llc_test_checks.py can update a file with isel debug output
5 # RUN: cp -f %S/Inputs/amdgpu_isel.ll %t.ll && %update_llc_test_checks %t.ll
6 # RUN: cat %S/Inputs/amdgpu_isel.ll.expected > %t.expected.ll
7 # RUN: diff -u %t.expected.ll %t.ll
9 # RUN: cp -f %S/Inputs/amdgpu_asm.ll %t.ll && %update_llc_test_checks %t.ll
10 # RUN: cat %S/Inputs/amdgpu_asm.ll.expected > %t.expected.ll
11 # RUN: diff -u %t.expected.ll %t.ll