Hello, Jeff,
On Dec 27, 2022, Jeff Law wrote:
>> * tree-ssa-loop-niter.cc (expand_simple_operands): Refrain
>> from caching NULL TREE_OPERANDs.
> I must admit some curiosity about the NULL operand though. Do you
> recall what kind of node had a NULL operand and whether or not that
> was a vali
On 12/26/22 21:22, Alexandre Oliva via Gcc-patches wrote:
When a TREE_OPERAND is NULL, do not cache it.
Regstrapped on x86_64-linux-gnu. Ok to install?
for gcc/ChangeLog
* tree-ssa-loop-niter.cc (expand_simple_operands): Refrain
from caching NULL TREE_OPERANDs.
I must ad