[all-commits] [llvm/llvm-project] c43860: [RISCV] Use cached SubtargetInfo in AsmPrinter (NF...

Petr Vesely via All-commits all-commits at lists.llvm.org
Mon Jul 7 04:55:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4386031ac0164e178d68f69417a9f256bc3af32
      https://github.com/llvm/llvm-project/commit/c4386031ac0164e178d68f69417a9f256bc3af32
  Author: Petr Vesely <veselypeta at gmail.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp

  Log Message:
  -----------
  [RISCV] Use cached SubtargetInfo in AsmPrinter (NFC) (#147269)

Avoids having to keep fetching to SubtargetInfo from machine function,
if it's already cached in AsmPrinter.



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