pengfei added a comment. I guess a lot of lines of tests need to update
$ grep -rn " {z}" llvm/test/CodeGen/X86/ | wc -l 7797 ================ Comment at: clang/docs/ReleaseNotes.rst:368 unsigned character literals. This fixes `Issue 54886 <https://github.com/llvm/llvm-project/issues/54886>`_. -- Stopped allowing constriants on non-template functions to be compliant with +- Stopped allowing constraints on non-template functions to be compliant with dcl.decl.general p4. ---------------- I think this can be a sepreate patch. Or commit directly with a NFC label. ================ Comment at: llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp:279 // MASKZ: zmmX {%kY} {z} if (MaskWithZero) ---------------- Fix the comment as well. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D125789/new/ https://reviews.llvm.org/D125789 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits