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 also updates the > ARMv8 pipeline descriptions. > > OK for trunk? > > Thanks > Sofiane > > ----- > > ChangeLog: > > * config/arm/types.md (define_attr "type"): Add "load_acq" and > "store_rel". > * config/arm/cortex-a53.md (cortex_a53_load1): Update for attribute > changes. > (cortex_a53_store1): Likewise. >
OK