diff options
author | Juzhe-Zhong <juzhe.zhong@rivai.ai> | 2023-08-23 07:06:50 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-08-23 07:19:04 +0800 |
commit | b817bfad31b3bb8701ad1b6bd350b841e45693df (patch) | |
tree | 291fd5b13d8c62b19a550de4039ba7361410d94d /gcc | |
parent | 0ccfbe6431e7c59a5953d1998e73d30667fd75e0 (diff) | |
download | gcc-b817bfad31b3bb8701ad1b6bd350b841e45693df.zip gcc-b817bfad31b3bb8701ad1b6bd350b841e45693df.tar.gz gcc-b817bfad31b3bb8701ad1b6bd350b841e45693df.tar.bz2 |
RISC-V: Add riscv-vsetvl.def to t-riscv
This patch will be backport to GCC 13 and commit to trunk.
gcc/ChangeLog:
* config/riscv/t-riscv: Add riscv-vsetvl.def
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/riscv/t-riscv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/riscv/t-riscv b/gcc/config/riscv/t-riscv index 1252d6f..f3ce66c 100644 --- a/gcc/config/riscv/t-riscv +++ b/gcc/config/riscv/t-riscv @@ -62,7 +62,8 @@ riscv-vsetvl.o: $(srcdir)/config/riscv/riscv-vsetvl.cc \ $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(REGS_H) \ $(TARGET_H) tree-pass.h df.h rtl-ssa.h cfgcleanup.h insn-config.h \ insn-attr.h insn-opinit.h tm-constrs.h cfgrtl.h cfganal.h lcm.h \ - predict.h profile-count.h $(srcdir)/config/riscv/riscv-vsetvl.h + predict.h profile-count.h $(srcdir)/config/riscv/riscv-vsetvl.h \ + $(srcdir)/config/riscv/riscv-vsetvl.def $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/riscv/riscv-vsetvl.cc |