[all-commits] [llvm/llvm-project] 1bc170: DiagnosticPrinter: Use printAsOperand to handle an...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Dec 11 00:19:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bc1703eb5bace50d69158bc6a77ac31ff36be77
https://github.com/llvm/llvm-project/commit/1bc1703eb5bace50d69158bc6a77ac31ff36be77
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M llvm/lib/IR/DiagnosticPrinter.cpp
Log Message:
-----------
DiagnosticPrinter: Use printAsOperand to handle anonymous values (#119491)
To avoid changing the behavior in the general case, only do this
for anonymous functions. Otherwise, we'll end up with a leading
'@' on the name, which may not be meaningful to end users.
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