diff options
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 5c87e044b0..94bb2ae79b 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -432,9 +432,10 @@ namespace ISD { BIT_CONVERT, // CONVERT_RNDSAT - This operator is used to support various conversions - // between various types (float, signed, unsigned) with rounding and - // saturation. NOTE: Avoid using this operator as most target don't support - // it and they might be removed. It takes the following arguments: + // between various types (float, signed, unsigned and vectors of those + // types) with rounding and saturation. NOTE: Avoid using this operator as + // most target don't support it and the operator might be removed in the + // future. It takes the following arguments: // 0) value // 1) dest type (type to convert to) // 2) src type (type to convert from) |