brintos

brintos / llvm-project-archived public Read only

0
0
Text · 423 B · 06f7b22 Raw
17 lines · plain
1# RUN: llc -mtriple=x86_64 -run-pass none -o - %s | FileCheck %s2# This test ensures that the MIR parser parses the 'renamable' register flags3# correctly.4 5--- |6  define void @foo() { ret void }7...8---9name:            foo10body: |11  ; CHECK: bb.0:12  bb.0:13    ; CHECK: renamable $eax = IMUL32rri8 $edi, 11, implicit-def dead $eflags14    renamable $eax = IMUL32rri8 $edi, 11, implicit-def dead $eflags15    RET64 $eax16...17