This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Use longer variable names in LLVM IR import (NFC).
ClosedPublic

Authored by gysit on Oct 19 2022, 4:25 AM.

Details

Summary

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.

Diff Detail

Event Timeline

gysit created this revision.Oct 19 2022, 4:25 AM
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Oct 19 2022, 4:25 AM
ftynse accepted this revision.Oct 19 2022, 8:08 AM
This revision is now accepted and ready to land.Oct 19 2022, 8:08 AM
gysit updated this revision to Diff 469018.Oct 19 2022, 1:02 PM

Fix formatting.