[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / amdgpu-no-merge-comments.test
blob7d078774e8fda663925a24ef857739d47e04573a
1 # REQUIRES: amdgpu-registered-target
2 ## Check that functions with different IR comments in the output are not merged
4 # RUN: cp -f %S/Inputs/amdgpu_no_merge_comments.ll %t.ll && %update_llc_test_checks %t.ll
5 # RUN: diff -u %S/Inputs/amdgpu_no_merge_comments.ll.expected %t.ll