[all-commits] [llvm/llvm-project] fb7f50: [CodeGen] Use DenseMapBase::lookup (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jun 2 21:05:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb7f50a0c38ae9e6dc138f6ddcb3d33d2782563d
https://github.com/llvm/llvm-project/commit/fb7f50a0c38ae9e6dc138f6ddcb3d33d2782563d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M llvm/lib/CodeGen/MachineLateInstrsCleanup.cpp
Log Message:
-----------
[CodeGen] Use DenseMapBase::lookup (NFC)
Note that DenseMapBase::lookup and Reg2MIMap::get do exactly the same
thing.
More information about the All-commits
mailing list