[all-commits] [llvm/llvm-project] 463ce0: [CodeGen] Remove extraneous casts to VariableID (N...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Jun 21 08:21:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 463ce0131047457fdd320c852f187fd70532de9a
https://github.com/llvm/llvm-project/commit/463ce0131047457fdd320c852f187fd70532de9a
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-21 (Sat, 21 Jun 2025)
Changed paths:
M llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
Log Message:
-----------
[CodeGen] Remove extraneous casts to VariableID (NFC) (#145144)
We do not need these casts because values being cast here are already
of type VariableID.
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