[all-commits] [llvm/llvm-project] 0f06f7: [NFC] Cleanup RegisterInfoEmitter code (#109199)

Rahul Joshi via All-commits all-commits at lists.llvm.org
Wed Sep 18 21:43:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f06f707ec9c670ed6e8f245d045462fbc14224b
      https://github.com/llvm/llvm-project/commit/0f06f707ec9c670ed6e8f245d045462fbc14224b
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M llvm/utils/TableGen/RegisterInfoEmitter.cpp

  Log Message:
  -----------
  [NFC] Cleanup RegisterInfoEmitter code (#109199)

Change variable name `o` to `OS` to match definition, and 
`ClName` to `ClassName` for better clarity.

Cache RegBank reference in the class and do no pass around
class members to functions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list