Re: [PATCH] lower-bitint: Handle uninitialized large/huge SSA_NAMEs as inline asm inputs [PR113699]

2024-02-02 Thread Richard Biener
> Am 02.02.2024 um 10:41 schrieb Jakub Jelinek : > > Hi! > > Similar problem to calls with uninitialized large/huge _BitInt SSA_NAME > arguments, var_to_partition will not work for those, but unlike calls > where we just create a new uninitialized SSA_NAME here we need to change > the inline

[PATCH] lower-bitint: Handle uninitialized large/huge SSA_NAMEs as inline asm inputs [PR113699]

2024-02-02 Thread Jakub Jelinek
Hi! Similar problem to calls with uninitialized large/huge _BitInt SSA_NAME arguments, var_to_partition will not work for those, but unlike calls where we just create a new uninitialized SSA_NAME here we need to change the inline asm input to be an uninitialized VAR_DECL. Bootstrapped/regtested