Fixes #61607
Several names were repeated in this giant list. I have refactored
it and removed the duplicates.
Paths
| Differential D146619
[llvm][ARM] Refactor isMnemonicVPTPredicable ClosedPublic Authored by DavidSpickett on Mar 22 2023, 3:13 AM.
Details Summary Fixes #61607 Several names were repeated in this giant list. I have refactored
Diff Detail
Unit TestsFailed Event TimelineDavidSpickett retitled this revision from [llvm][ARM] Sort and dedupe names in isMnemonicVPTPredicable to [llvm][ARM] Refactor isMnemonicVPTPredicable.Mar 22 2023, 3:30 AM Comment ActionsThis will perform probably slightly worse than repeated calls but that wasn't a concern in the first place, and is much easier to scan by eye if we needed to audit this function. Comment Actions Sounds like a nice cleanup. LGTM
This revision is now accepted and ready to land.Mar 22 2023, 5:46 AM This revision was landed with ongoing or failed builds.Mar 23 2023, 2:39 AM Closed by commit rG61b0a492ccb1: [llvm][ARM] Refactor isMnemonicVPTPredicable (authored by DavidSpickett). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 507341 llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
|
clang-format not found in user’s local PATH; not linting file.