+2012-06-28 Richard Henderson <rth@redhat.com>
+
+ * doc/generic.texi (MULT_HIGHPART_EXPR): Document it.
+
2012-06-28 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/51581
@tindex PLUS_EXPR
@tindex MINUS_EXPR
@tindex MULT_EXPR
+@tindex MULT_HIGHPART_EXPR
@tindex RDIV_EXPR
@tindex TRUNC_DIV_EXPR
@tindex FLOOR_DIV_EXPR
The behavior of these operations on signed arithmetic overflow is
controlled by the @code{flag_wrapv} and @code{flag_trapv} variables.
+@item MULT_HIGHPART_EXPR
+This node represents the ``high-part'' of a widening multiplication.
+For an integral type with @var{b} bits of precision, the result is
+the most significant @var{b} bits of the full @math{2@var{b}} product.
+
@item RDIV_EXPR
This node represents a floating point division operation.