[all-commits] [llvm/llvm-project] 3ee585: [mlir][llvm] Use longer variable names in LLVM IR ...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Oct 19 22:55:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ee58598c5418c6f2ba852a2e07a78e3f1b79d11
https://github.com/llvm/llvm-project/commit/3ee58598c5418c6f2ba852a2e07a78e3f1b79d11
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
Log Message:
-----------
[mlir][llvm] Use longer variable names in LLVM IR import (NFC).
Rename single letter member variables and function arguments to use
longer names in ConvertFromLLVMIR.cpp. Also drop some uses of auto in
favor our spelling out the type and refactor some llvm::enumerate loops.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D136246
More information about the All-commits
mailing list