On 6/23/23 02:27, Richard Biener via Gcc-patches wrote:
While the checks look unnecessary they probably are quick and
thus done early. The following avoids using TYPE_PRECISION
on VECTOR_TYPEs by making the code match the comment which
talks about precision and signedness. An alternative would
be to only retain the ERROR_MARK and TYPE_MODE checks or
use TYPE_PRECISION_RAW (but I like that least).
Bootstrap and regtest ongoing on x86_64-unknown-linux-gnu, OK?
* tree-ssa-scopedtables.cc (hashable_expr_equal_p):
Use element_precision.
OK.
jeff