[all-commits] [llvm/llvm-project] e274d5: [MCP] Use MCRegUnit as the key type of CopyTracker...
Kai Luo via All-commits
all-commits at lists.llvm.org
Wed Jul 10 17:43:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e274d5f6ac729e0d4b1fa76f9610c397789656d7
https://github.com/llvm/llvm-project/commit/e274d5f6ac729e0d4b1fa76f9610c397789656d7
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M llvm/lib/CodeGen/MachineCopyPropagation.cpp
Log Message:
-----------
[MCP] Use MCRegUnit as the key type of CopyTracker::Copies map. NFC. (#98277)
`CopyTracker` is in fact tracking at RegUnit level, not MCRegister.
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