[all-commits] [llvm/llvm-project] 5909b2: GCStrategy: Use Twine properly for error message
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Apr 8 01:28:36 PDT 2025
Branch: refs/heads/users/arsenm/gcstrategy/use-twine-for-error-message
Home: https://github.com/llvm/llvm-project
Commit: 5909b2318fe9e916942e9af256f2fee50ff1ef03
https://github.com/llvm/llvm-project/commit/5909b2318fe9e916942e9af256f2fee50ff1ef03
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M llvm/lib/IR/GCStrategy.cpp
Log Message:
-----------
GCStrategy: Use Twine properly for error message
Avoid unnecessary std::string temporaries.
Commit: 98200440f836aa2b5b8933d10c25655bd541f23f
https://github.com/llvm/llvm-project/commit/98200440f836aa2b5b8933d10c25655bd541f23f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
A llvm/test/Transforms/RewriteStatepointsForGC/unsupported-gc-error.ll
Log Message:
-----------
Add missing error test
Compare: https://github.com/llvm/llvm-project/compare/0cf71d7ddce2...98200440f836
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