Re: [PATCH] gimple-fold: Fix the recent ifcombine optimization for _BitInt [PR118023]

2024-12-14 Thread Richard Biener
> Am 14.12.2024 um 09:26 schrieb Jakub Jelinek : > > Hi! > > The BIT_FIELD_REF verifier has: > if (INTEGRAL_TYPE_P (TREE_TYPE (op)) > && !type_has_mode_precision_p (TREE_TYPE (op))) >{ > error ("%qs of non-mode-precision operand", code_name); >

[PATCH] gimple-fold: Fix the recent ifcombine optimization for _BitInt [PR118023]

2024-12-14 Thread Jakub Jelinek
Hi! The BIT_FIELD_REF verifier has: if (INTEGRAL_TYPE_P (TREE_TYPE (op)) && !type_has_mode_precision_p (TREE_TYPE (op))) { error ("%qs of non-mode-precision operand", code_name); return true; } check among other things, so