[PATCH] D112520: [NFC][tblgen] rename function name Decode* to decode*

Shao-Ce SUN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 06:48:45 PDT 2021


achieveartificialintelligence added a comment.

In D112520#3086940 <https://reviews.llvm.org/D112520#3086940>, @jrtc27 wrote:

> What does this actually achieve? As a downstream that adds register classes to multiple backends, whilst it's not difficult to adapt to, it's an annoyance to layer on top of all the other conflicts and refactorings that happen during each release cycle that has very little benefit I can see.

I'm trying to comply with Coding Standards <https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly>, and I guess other targets may need to do the same?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112520



More information about the llvm-commits mailing list