Re: [PATCH] postscan_insn hook not called after input_asm

2022-07-09 Thread Jeff Law via Gcc-patches
On 3/29/2022 8:10 AM, Paul Iannetta via Gcc-patches wrote: Hi, While working on the Kalray port of gcc, I noticed that the hook TARGET_ASM_FINAL_POSTSCAN_INSN is not called after emitting an instruction coming from a basic asm block. Here is a patch which fixes this behavior. The followin

Re: [PING^1][PATCH] postscan_insn hook not called after input_asm

2022-04-07 Thread Paul Iannetta via Gcc-patches
Hi, I would like to draw your attention on this patch, it's a pretty tiny patch which does not affect many targets. - Original Message - From: "gcc-patches" To: "gcc-patches" Sent: Tuesday, March 29, 2022 4:10:16 PM Subject: [PATCH] postscan_insn hook not c

[PATCH] postscan_insn hook not called after input_asm

2022-03-29 Thread Paul Iannetta via Gcc-patches
Hi, While working on the Kalray port of gcc, I noticed that the hook TARGET_ASM_FINAL_POSTSCAN_INSN is not called after emitting an instruction coming from a basic asm block. Here is a patch which fixes this behavior. The following check: ``` $ find gcc/config/ -type f -exec grep "#define TARG