git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel 2015-02-02 17:47:30 +00:00
parent 8115b6b867
commit f766946abd

View File

@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s
;CHECK: @test
; No need to load from memory. The operand will be loaded as part of th AND instr.
; No need to load from memory. The operand will be loaded as part of the AND instr.
;CHECK-NOT: vmovaps
;CHECK: vandps
;CHECK: ret