[all-commits] [llvm/llvm-project] deab74: CSKY: Avoid constructing a temporary CSKYSubtarget...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 30 00:34:08 PDT 2026
Branch: refs/heads/users/arsenm/csky/stop-constructing-subtarget-asmprinter
Home: https://github.com/llvm/llvm-project
Commit: deab742c33901e7cea415b31a1705ad11115ce7a
https://github.com/llvm/llvm-project/commit/deab742c33901e7cea415b31a1705ad11115ce7a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/lib/Target/CSKY/CSKYAsmPrinter.cpp
Log Message:
-----------
CSKY: Avoid constructing a temporary CSKYSubtarget in AsmPrinter
This was reconstructing a subtarget equivalent to the global
subtarget instead of just using the available one.
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