[mlir][llvm] Use longer variable names in LLVM IR import (NFC).
authorTobias Gysi <tobias.gysi@nextsilicon.com>
Thu, 20 Oct 2022 05:26:10 +0000 (08:26 +0300)
committerTobias Gysi <tobias.gysi@nextsilicon.com>
Thu, 20 Oct 2022 05:26:38 +0000 (08:26 +0300)
commit3ee58598c5418c6f2ba852a2e07a78e3f1b79d11
treef166bc1f2392624eddc5a2e4a01318a727b442ea
parent8e237d87c559da67adaff45512ca5691a61f5e85
[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
mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp