craig.topper added inline comments.

================
Comment at: clang/include/clang/Basic/riscv_vector.td:2079
+[{
+enum RVV_VXRM {
+  VXRM_RNU = 0,
----------------
enum name needs `__` prefix


================
Comment at: clang/include/clang/Basic/riscv_vector.td:2080
+enum RVV_VXRM {
+  VXRM_RNU = 0,
+  VXRM_RNE = 1,
----------------
These need `__` prefix


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151397/new/

https://reviews.llvm.org/D151397

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to