Re: [PATCH] i386: Fix splitters that call extract_insn_cached [PR93611]

2020-02-07 Thread Uros Bizjak
On Fri, Feb 7, 2020 at 8:58 AM Jakub Jelinek wrote: > > Hi! > > The following testcase ICEs. The generated split_insns starts > with recog_data.insn = NULL and then tries to put various operands into > recog_data.operand array and checks various splitter conditions. > The problem is that some ato

[PATCH] i386: Fix splitters that call extract_insn_cached [PR93611]

2020-02-06 Thread Jakub Jelinek
Hi! The following testcase ICEs. The generated split_insns starts with recog_data.insn = NULL and then tries to put various operands into recog_data.operand array and checks various splitter conditions. The problem is that some atom related tuning splitters indirectly call extract_insn_cached on