From: Jakob Stoklund Olesen Date: Fri, 24 Aug 2012 23:29:07 +0000 (+0000) Subject: Add missing mayLoad flags to a large class of AVX *_Int instructions. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cac59d8ae815596f4f6b77d1a5414c0591168ea5;p=oota-llvm.git Add missing mayLoad flags to a large class of AVX *_Int instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162622 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td index 6deb3b1c49c..7c389bedeab 100644 --- a/lib/Target/X86/X86InstrSSE.td +++ b/lib/Target/X86/X86InstrSSE.td @@ -2986,7 +2986,7 @@ multiclass sse1_fp_unop_s_avx opc, string OpcodeStr> { def SSr : SSI; - let mayLoad = 1 in + let mayLoad = 1 in { def SSm : SSI; @@ -2994,6 +2994,7 @@ multiclass sse1_fp_unop_s_avx opc, string OpcodeStr> { (ins VR128:$src1, ssmem:$src2), !strconcat(OpcodeStr, "ss\t{$src2, $src1, $dst|$dst, $src1, $src2}"), []>; + } } /// sse1_fp_unop_p - SSE1 unops in packed form.