]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Finish Typing Un-Typed Instructions and Turn on Assert
authorEdwin Lu <ewlu@rivosinc.com>
Tue, 12 Sep 2023 16:31:40 +0000 (09:31 -0700)
committerEdwin Lu <ewlu@rivosinc.com>
Tue, 12 Sep 2023 16:31:40 +0000 (09:31 -0700)
commit360c8cad6a727d5afd43017ca1ce9a84c6db61c5
treea9ba82eeac211d50f07a74cd33cd5a90d760d838
parent52f65d17c85fa513887a3bb31e3c3c329d9ace58
RISC-V: Finish Typing Un-Typed Instructions and Turn on Assert

Updates autovec instruction that was added after last patch and turns on the
assert statement to ensure all new instructions have a type.

* config/riscv/autovec-opt.md: Update type
* config/riscv/riscv.cc (riscv_sched_variable_issue): Enable assert

Reviewed-by: Jeff Law <jlaw@ventanamicro.com>
Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
gcc/config/riscv/autovec-opt.md
gcc/config/riscv/riscv.cc