[all-commits] [llvm/llvm-project] 6e794b: [Clang][RISCV] Guard vector int64, float32, float6...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Feb 14 17:38:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e794ba0b238832611e649c826b204e680a81e98
https://github.com/llvm/llvm-project/commit/6e794ba0b238832611e649c826b204e680a81e98
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaRISCVVectorLookup.cpp
A clang/test/Sema/riscv-vector-float32-check.c
A clang/test/Sema/riscv-vector-float64-check.c
A clang/test/Sema/riscv-vector-int64-check.c
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[Clang][RISCV] Guard vector int64, float32, float64 with semantic analysis
Depends on D143657
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D143665
More information about the All-commits
mailing list