Re: [PATCH] lower-bitint: Handle unreleased SSA_NAMEs from earlier passes gracefully [PR113102]

2023-12-22 Thread Richard Biener
> Am 22.12.2023 um 09:17 schrieb Jakub Jelinek : > > Hi! > > On the following testcase earlier passes leave around an unreleased > SSA_NAME - non-GIMPLE_NOP SSA_NAME_DEF_STMT which isn't in any bb. > The following patch makes bitint lowering resistent against those, > the first hunk is where

[PATCH] lower-bitint: Handle unreleased SSA_NAMEs from earlier passes gracefully [PR113102]

2023-12-22 Thread Jakub Jelinek
Hi! On the following testcase earlier passes leave around an unreleased SSA_NAME - non-GIMPLE_NOP SSA_NAME_DEF_STMT which isn't in any bb. The following patch makes bitint lowering resistent against those, the first hunk is where we'd for certain kinds of stmts try to ammend them and the latter