From 80f55abf009c86bc03821e10746832f88f8a735f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 23 Dec 2005 00:46:10 +0000 Subject: [PATCH] improve comment: mention vectors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24971 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 2fb156db3f0..21d4335720d 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -216,9 +216,10 @@ namespace ISD { // BIT_CONVERT - Theis operator converts between integer and FP values, as // if one was stored to memory as integer and the other was loaded from the - // same address. The source and result are required to have the same bit - // size (e.g. f32 <-> i32). This can also be used for int-to-int or - // fp-to-fp conversions, but that is a noop, deleted by getNode(). + // same address (or equivalently for vector format conversions, etc). The + // source and result are required to have the same bit size (e.g. + // f32 <-> i32). This can also be used for int-to-int or fp-to-fp + // conversions, but that is a noop, deleted by getNode(). BIT_CONVERT, // FNEG, FABS, FSQRT, FSIN, FCOS - Perform unary floating point negation, -- 2.34.1