projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11989c2
)
Switch HasAVX to UseAVX in one spot to ensure that AVX512 form of VINSERTPS is used...
author
Craig Topper
<craig.topper@gmail.com>
Fri, 27 Sep 2013 07:16:24 +0000
(07:16 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Fri, 27 Sep 2013 07:16:24 +0000
(07:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191489
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrSSE.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrSSE.td
b/lib/Target/X86/X86InstrSSE.td
index abc99f62232342be12b96726785c568ba6d4f3ba..3d8654900c4989991a9ece89fef9d91e10ead567 100644
(file)
--- a/
lib/Target/X86/X86InstrSSE.td
+++ b/
lib/Target/X86/X86InstrSSE.td
@@
-6299,7
+6299,7
@@
multiclass SS41I_insertf32<bits<8> opc, string asm, bit Is2Addr = 1,
}
let ExeDomain = SSEPackedSingle in {
- let Predicates = [
Has
AVX] in
+ let Predicates = [
Use
AVX] in
defm VINSERTPS : SS41I_insertf32<0x21, "vinsertps", 0>, VEX_4V;
let Constraints = "$src1 = $dst" in
defm INSERTPS : SS41I_insertf32<0x21, "insertps", 1, SSE_INSERT_ITINS>;