Fix PRFCHW test on non-x86 builds
authorMichael Liao <michael.liao@intel.com>
Tue, 26 Mar 2013 18:15:45 +0000 (18:15 +0000)
committerMichael Liao <michael.liao@intel.com>
Tue, 26 Mar 2013 18:15:45 +0000 (18:15 +0000)
commitaf4c7300b93d0452be1c42724be061d814a923b7
treef9c99d3b99e07146083b38f841847ba2d406714c
parent742dbc1fc83f713e139a2745ebb34a97c11c43bd
Fix PRFCHW test on non-x86 builds

- 'prefetch' intrinsics are only lowered when SSE is available. On non-X86
  builds, 'generic' CPU is used and stops lowering any prefetch intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178046 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/prefetch.ll