Re: [AARCH64][Insn classification unification 4/N] load/store types

2013-08-02 Thread Richard Earnshaw
On 02/08/13 14:03, Sofiane Naci wrote: > Hi, > > This patch is part of the ongoing work to unify instruction classification > between the ARM and AARCH64 backends. > > This patch adds "load_acq" and "store_rel" types for classifying load > acquire and store release instructions respectively. It a

[AARCH64][Insn classification unification 4/N] load/store types

2013-08-02 Thread Sofiane Naci
Hi, This patch is part of the ongoing work to unify instruction classification between the ARM and AARCH64 backends. This patch adds "load_acq" and "store_rel" types for classifying load acquire and store release instructions respectively. It also updates the ARMv8 pipeline descriptions. OK for