[all-commits] [llvm/llvm-project] c4a5b5: [Clang][RISCV] Guard RVV intrinsics types that is ...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Jul 18 18:57:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4a5b58497677f6be2618765f89b08462e820337
https://github.com/llvm/llvm-project/commit/c4a5b58497677f6be2618765f89b08462e820337
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M clang/include/clang/AST/Type.h
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vmulh-overloaded.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vmulh.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vmulhsu-overloaded.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vmulhsu.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vmulhu-overloaded.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vmulhu.c
A clang/test/Sema/riscv-vector-zve64x-check.c
Log Message:
-----------
[Clang][RISCV] Guard RVV intrinsics types that is not available when ELEN < 64
(ELEN, LMUL) pairs of (8, mf8), (16, mf4), (32, mf2), (64, m1)
requires at least `zve64x`.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D155414
More information about the All-commits
mailing list