[all-commits] [llvm/llvm-project] b6e2df: [MC] Move some member variables from AsmParser to ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Apr 2 09:59:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6e2df54c4c0de6786f98ec5feb8223aa7677dc9
      https://github.com/llvm/llvm-project/commit/b6e2df54c4c0de6786f98ec5feb8223aa7677dc9
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/MCAsmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp

  Log Message:
  -----------
  [MC] Move some member variables from AsmParser to MCAsmParser

to eliminate some virtual functions and avoid duplication
between AsmParser/MasmParser.



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