]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add "m_" prefix for private member
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 22 May 2023 14:05:18 +0000 (22:05 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 22 May 2023 14:05:18 +0000 (22:05 +0800)
commit776d94f0b14235bf85d0cce4020eea86a20c91f7
treee24912ca19fbb3de9bd018034f843321e4e8efa4
parent8637aecd5aea70bb13c08b5b96d3cb24f5afcead
RISC-V: Add "m_" prefix for private member

Since the current framework is hard to maintain and
hard to be used in the future possible auto-vectorization patterns.

We will need to keep adding more helpers and arguments during the
auto-vectorization supporting. We should refactor the framework
now for the future use since the we don't support too much
auto-vectorization
patterns for now.

Start with this simple patch, this patch is adding "m_" prefix for
private the members.

gcc/ChangeLog:

* config/riscv/riscv-v.cc: Add "m_" prefix.

Signed-off-by: Juzhe-Zhong <juzhe.zhong@rivai.ai>
gcc/config/riscv/riscv-v.cc