[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / CodeGen / X86 / movrs-prefetch-builtins.ll
blobe1c726348ec0e73f9b6171088f6d2aa7d4f2a3ab
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse,+prfchw,+movrs | FileCheck %s
3 ; RUN: llc < %s -mtriple=i686-- -mattr=-sse,+prfchw,+movrs | FileCheck %s
5 define void @t(ptr %ptr) nounwind  {
6 ; CHECK-LABEL: t:
7 ; CHECK:       # %bb.0: # %entry
8 ; CHECK-NEXT:    movl {{[0-9]+}}(%esp), %eax
9 ; CHECK-NEXT:    prefetchrst2 (%eax)
10 ; CHECK-NEXT:    retl
11 entry:
12   tail call void @llvm.x86.prefetchrs( ptr %ptr )
13   ret void