brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · 1c5b9d0 Raw
9 lines · plain
1; RUN: llc < %s -mtriple=i686--2; PR8253 4define i64 @test() {5	%tmp.i5 = call i64 asm sideeffect "rdtsc", "=A,~{dirflag},~{fpsr},~{flags}"( )		; <i64> [#uses=1]6	ret i64 %tmp.i57}8 9