================ @@ -5855,6 +5855,10 @@ def mzilsd_word_align : Flag<["-"], "mzilsd-word-align">, Group<m_Group>, HelpText<"Allow Zilsd/Zclsd memory accesses to be 4-byte aligned (RISC-V only)">; def mzilsd_strict_align : Flag<["-"], "mzilsd-strict-align">, Group<m_Group>, HelpText<"Force all Zilsd/Zclsd memory accesses to be 8-byte aligned (RISC-V only)">; +def mvector_index_load_overlap : Flag<["-"], "mvector-index-load-overlap">, Group<m_Group>, + HelpText<"Allow vector index load to have overlapping source and destination register groups (RISC-V only)">; +def mno_vector_index_load_overlap : Flag<["-"], "mno-vector-index-load-overlap">, Group<m_Group>, ---------------- wangpc-pp wrote:
I think we can define positive/negative option in one `def`? https://github.com/llvm/llvm-project/pull/224739 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
