vstrq_impl derives from store_truncating and vldrq_impl derives from
load_extending which both implement call_properties.
No need to re-implement them in the derived classes.
gcc/ChangeLog:
* config/arm/arm-mve-builtins-base.cc (vstrq_impl): Remove
call_properties.
(vldrq_impl): Likewise.
public:
using store_truncating::store_truncating;
- unsigned int call_properties (const function_instance &) const override
- {
- return CP_WRITE_MEMORY;
- }
-
rtx expand (function_expander &e) const override
{
insn_code icode;
public:
using load_extending::load_extending;
- unsigned int call_properties (const function_instance &) const override
- {
- return CP_READ_MEMORY;
- }
-
rtx expand (function_expander &e) const override
{
insn_code icode;