[all-commits] [llvm/llvm-project] 0c36ab: [NFC] Fix auto usage to avoid copies
Akshay Khadse via All-commits
all-commits at lists.llvm.org
Fri Mar 24 02:30:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c36ab19081fd45d2894ada7b6d2852161a4310f
https://github.com/llvm/llvm-project/commit/0c36ab19081fd45d2894ada7b6d2852161a4310f
Author: Akshay Khadse <akshayskhadse at gmail.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
Log Message:
-----------
[NFC] Fix auto usage to avoid copies
Fixes some usages of the "auto" keyword to avoid creation of copies.
Reviewed By: LuoYuanke
Differential Revision: https://reviews.llvm.org/D146694
More information about the All-commits
mailing list