[PATCH] D60619: New pass to produce more easily-read IR.
Arnt Gulbrandsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 04:50:01 PDT 2019
arnt updated this revision to Diff 199402.
arnt added a comment.
This revision updates the variable names as requested by hfinkel.
Specifically, I updated all variables and parameter names to start with an
upper-case letter, except loop iterators (for which the upper-case rule
appears to be honoured more in the breach than in the observance).
It does not contain any code changes. But I added some more documentation.
I don't think I will do any more with this unless someone comments on the
substance or purpose of the patch. Commenting on code style is fine, but
a total absence of other comments gets tiresome.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60619/new/
https://reviews.llvm.org/D60619
Files:
llvm/include/llvm/Transforms/Utils/ImproveReadingOrder.h
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Utils/CMakeLists.txt
llvm/lib/Transforms/Utils/ImproveReadingOrder.cpp
llvm/test/Transforms/Util/improve-reading-order.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60619.199402.patch
Type: text/x-patch
Size: 13934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/e5dff8a9/attachment.bin>
More information about the llvm-commits
mailing list