[all-commits] [llvm/llvm-project] e8f505: AVR: Do not add target specific STI member to AVRA...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Sep 2 04:11:15 PDT 2025


  Branch: refs/heads/users/arsenm/avr/asmparser-remove-sti-member
  Home:   https://github.com/llvm/llvm-project
  Commit: e8f5053845fb30403555b6a4e758f1495e4bf313
      https://github.com/llvm/llvm-project/commit/e8f5053845fb30403555b6a4e758f1495e4bf313
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-02 (Tue, 02 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp

  Log Message:
  -----------
  AVR: Do not add target specific STI member to AVRAsmParser

The base class has a pointer STI member already; the target subclass
had a reference with the same name. Just use the base class field.



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