Re: [PATCH] Rename ASM_INPUT_P to ASM_BASIC_P

2024-08-29 Thread Richard Biener
On Wed, Aug 28, 2024 at 4:47 PM Richard Sandiford wrote: > > ASM_INPUT_P is so named because it causes the eventual rtl insn > pattern to be a top-level ASM_INPUT rather than an ASM_OPERANDS. > However, this name has caused confusion, partly due to earlier > documentation. The name also sounds re

[PATCH] Rename ASM_INPUT_P to ASM_BASIC_P

2024-08-28 Thread Richard Sandiford
ASM_INPUT_P is so named because it causes the eventual rtl insn pattern to be a top-level ASM_INPUT rather than an ASM_OPERANDS. However, this name has caused confusion, partly due to earlier documentation. The name also sounds related to ASM_INPUTS but is for a different piece of state. This pat