[all-commits] [llvm/llvm-project] e8b15c: [RISCV] Fix test that was still using __RISCV_RVV_...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu May 18 13:25:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8b15c4eb28d56e9dd1ad792c32c5158080ec639
https://github.com/llvm/llvm-project/commit/e8b15c4eb28d56e9dd1ad792c32c5158080ec639
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M clang/test/Sema/attr-riscv-rvv-vector-bits.c
Log Message:
-----------
[RISCV] Fix test that was still using __RISCV_RVV_VLEN_BITS. NFC
This constant was renamed to __riscv_v_fixed_vlen during code
review. I missed this in my search and replace.
More information about the All-commits
mailing list