brintos

brintos / llvm-project-archived public Read only

0
0
Text · 511 B · 4060363 Raw
25 lines · plain
1# REQUIRES: x86-registered-target2# Simple functionality check.3# RUN: rm -rf %t && mkdir -p %t4# RUN: llc -mtriple=x86_64-pc-linux-gnu -filetype=null -print-changed=dot-cfg -passes=no-op-machine-function -dot-cfg-dir=%t %s5# RUN: ls %t/*.pdf %t/passes.html | count 36 7---8name:            g9body:             |10  bb.0.entry:11    %0:gr32 = MOV32ri 512    $eax = COPY %013    RET 0, $eax14 15...16---17name:            f18body:             |19  bb.0.entry:20    %0:gr32 = MOV32ri 721    $eax = COPY %022    RET 0, $eax23 24...25