[PATCH] D102238: [TableGen] [Clang] Clean up arm_mve.td file

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 12 06:59:32 PDT 2021


simon_tatham added inline comments.


================
Comment at: clang/include/clang/Basic/arm_mve.td:1532
   //
   // So this foldl expression implements what you'd write in Python as
   // [srctype for srctype in T.All if srctype != desttype]
----------------
If you've removed my unreadable `foldl` then you can also safely remove the comment in which I had to explain what it means :-)


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

https://reviews.llvm.org/D102238



More information about the cfe-commits mailing list