diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index 4866cb2b82a..910acd80e8b 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -203,8 +203,9 @@ namespace llvm { /// Dynamic (non-constant condition) vector blend where only the sign bits /// of the condition elements are used. This is used to enforce that the - /// condition mask is not valid for generic VSELECT optimizations. - SHRUNKBLEND, + /// condition mask is not valid for generic VSELECT optimizations. This + /// can also be used to implement the intrinsics. + BLENDV, /// Combined add and sub on an FP vector. ADDSUB, |

