brintos

brintos / llvm-project-archived public Read only

0
0
Text · 520 B · aa817d3 Raw
14 lines · plain
1# RUN: llvm-mc -preserve-comments -triple amdgcn-amd- %s >%t-1.s2# RUN: llvm-mc -preserve-comments -triple amdgcn-amd- %t-1.s >%t-2.s3# RUN: diff %t-1.s %t-2.s4 5# Test that AMDGPU assembly round-trips when run through MC; the first6# transition from hand-written to "canonical" output may introduce some small7# differences, so we don't include the initial input in the comparison.8 9.text10 11# The AMDGPU asm parser didn't consume the end of statement12# consistently, which led to extra empty lines in the output.13s_nop 014