[PATCH] D125789: Fix release note typo from 6da3d66f
    Phoebe Wang via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue May 17 08:07:33 PDT 2022
    
    
  
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
    
    
More information about the cfe-commits
mailing list