Index of vset/vget must be a constant integer and be
located in right range.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122629
[RISCV] Add index check for vset/vget ClosedPublic Authored by • pcwang-thead on Mar 28 2022, 9:20 PM.
Details Summary Index of vset/vget must be a constant integer and be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 29 2022, 1:48 AM This revision was landed with ongoing or failed builds.Mar 30 2022, 4:30 AM Closed by commit rGcebbfd3d2555: [RISCV] Add index check for vset/vget (authored by • pcwang-thead). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 419100 clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/RISCV/rvv-intrinsics/vget-index-out-of-range.c
clang/test/CodeGen/RISCV/rvv-intrinsics/vset-index-out-of-range.c
|