Brandon Wu

Results 3 issues of Brandon Wu

Currently we have built-in C types for RISCV vector tuple type, e.g. vint32m1x2_t, however it's is represented as structure of scalable vector types, i.e. {, }. It loses the information...

clang
backend:RISC-V
clang:frontend
clang:codegen
llvm:ir
llvm:analysis
llvm:transforms

This patch supports for both scalable vector and fixed-length vector. It also enables fsetcc pattern match for zvfbfa to make fminimum and fmaximum work correctly.

backend:RISC-V