We only apply clang_builtin_alias to non-masked builtins.
Masked builtins could not use clang_builtin_alias because the operand order is different between overloaded intrinsics and builtins.
A bunch of test cases need to be updated. I only update clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vadd.c for demonstration.
The total testing time for ./bin/llvm-lit -q ../../source/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics/ reduced to 1m54.194s from 2m31.482s on my machine.