Re: [PATCH, ARM] Clean up arm backend using the @ construct for MD patterns

2018-11-23 Thread Kyrill Tkachov
Hi Mihail, On 07/11/18 17:46, Mihail Ionescu wrote: On 10/09/2018 09:52 AM, Ramana Radhakrishnan wrote: > On 09/10/2018 09:27, Mihail Ionescu wrote: >> Hi all, >> >> This patch removes some of the machine mode checks from the arm backend when >> emitting instructions by using the '@' construct

Re: [PATCH, ARM] Clean up arm backend using the @ construct for MD patterns

2018-11-07 Thread Mihail Ionescu
On 10/09/2018 09:52 AM, Ramana Radhakrishnan wrote: On 09/10/2018 09:27, Mihail Ionescu wrote: Hi all, This patch removes some of the machine mode checks from the arm backend when emitting instructions by using the '@' construct (Parameterized Names[2]). It is based on the previous AArch64 pa

Re: [PATCH, ARM] Clean up arm backend using the @ construct for MD patterns

2018-10-09 Thread Ramana Radhakrishnan
On 09/10/2018 09:27, Mihail Ionescu wrote: > Hi all, > > This patch removes some of the machine mode checks from the arm backend when > emitting instructions by using the '@' construct (Parameterized Names[2]). It > is based on the previous AArch64 patch[1]. > > [1]https://gcc.gnu.org/ml/gcc-patc