[PATCH] D146619: [llvm][ARM] Sort and dedupe names in isMnemonicVPTPredicable

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 03:13:45 PDT 2023


DavidSpickett created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fixes #61607

Several names were repeated in this giant list. I have sorted
the list and deduped them. Conditions that weren't just "startswith"
I have also moved to the right position alphabetically.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146619

Files:
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146619.507296.patch
Type: text/x-patch
Size: 9584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230322/b4e0ae9a/attachment.bin>


More information about the llvm-commits mailing list