HsiangKai added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:680
foreach type = TypeList in {
- foreach eew_list = EEWList in {
+ foreach eew_list = Xlen32EEWList in {
defvar eew = eew_list[0];
----------------
There is no need to define `Xlen32EEWList`. You could use `EEWList[0-2]` for
the purpose.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106518/new/
https://reviews.llvm.org/D106518
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits