public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3978] RISC-V: Format VSETVL PASS code
@ 2023-09-14  7:57 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-09-14  7:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7c4f6ebe54f4da0097acd07f41782ff6cc39e9a4

commit r14-3978-g7c4f6ebe54f4da0097acd07f41782ff6cc39e9a4
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Thu Sep 14 15:54:37 2023 +0800

    RISC-V: Format VSETVL PASS code
    
    gcc/ChangeLog:
    
            * config/riscv/riscv-vsetvl.cc (pass_vsetvl::global_eliminate_vsetvl_insn): Format it.

Diff:
---
 gcc/config/riscv/riscv-vsetvl.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/config/riscv/riscv-vsetvl.cc b/gcc/config/riscv/riscv-vsetvl.cc
index f81361c4ccd..e9e75fe3286 100644
--- a/gcc/config/riscv/riscv-vsetvl.cc
+++ b/gcc/config/riscv/riscv-vsetvl.cc
@@ -4054,7 +4054,8 @@ pass_vsetvl::global_eliminate_vsetvl_insn (const bb_info *bb) const
     }
 
   /* Step1: Reshape the VL/VTYPE status to make sure everything compatible.  */
-  auto_vec<basic_block> pred_cfg_bbs = get_dominated_by (CDI_POST_DOMINATORS, cfg_bb);
+  auto_vec<basic_block> pred_cfg_bbs
+    = get_dominated_by (CDI_POST_DOMINATORS, cfg_bb);
   FOR_EACH_EDGE (e, ei, cfg_bb->preds)
     {
       sbitmap avout = m_vector_manager->vector_avout[e->src->index];

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-14  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-14  7:57 [gcc r14-3978] RISC-V: Format VSETVL PASS code Pan Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).