brintos

brintos / llvm-project-archived public Read only

0
0
Text · 662 B · 2d9f613 Raw
22 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-linux -mattr=+cldemote | FileCheck %s --check-prefix=X643; RUN: llc < %s -mtriple=i386-pc-linux -mattr=+cldemote | FileCheck %s --check-prefix=X324 5define void @test_cldemote(ptr %p) {6; X64-LABEL: test_cldemote:7; X64:       # %bb.0: # %entry8; X64-NEXT:    cldemote (%rdi)9; X64-NEXT:    retq10;11; X32-LABEL: test_cldemote:12; X32:       # %bb.0: # %entry13; X32-NEXT:    movl {{[0-9]+}}(%esp), %eax14; X32-NEXT:    cldemote (%eax)15; X32-NEXT:    retl16entry:17  tail call void @llvm.x86.cldemote(ptr %p)18  ret void19}20 21declare void @llvm.x86.cldemote(ptr)22