Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158257
[RISCV] Add feature checks for vector crypto C intrinsics ClosedPublic Authored by 4vtomat on Aug 18 2023, 1:01 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2023, 3:16 PM This revision was landed with ongoing or failed builds.Aug 30 2023, 9:03 PM Closed by commit rG8609819eb1c3: [RISCV] Add feature checks for vector crypto C intrinsics (authored by 4vtomat). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 554896 clang/include/clang/Basic/riscv_vector.td
clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Sema/SemaRISCVVectorLookup.cpp
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vaeskf1-out-of-range.c
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vaeskf2-out-of-range.c
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vsm3c-out-of-range.c
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vsm4k-out-of-range.c
clang/test/Sema/zvk-invalid-features.c
clang/test/Sema/zvk-invalid-vlen.c
clang/utils/TableGen/RISCVVEmitter.cpp
|