[PATCH] D110196: [IR] Modernize and Cleanup LLVM/IR folder

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 08:51:13 PDT 2021


ldionne resigned from this revision.
ldionne added a comment.

> No functional changes were made.

That doesn't sound correct. You made some constructors `explicit`, at the very least. Also I'm seeing some function moving from member functions to static functions, and so on.

Regardless, I don't touch this part of the codebase so I'm not sure why I'm marked as a reviewer here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110196/new/

https://reviews.llvm.org/D110196



More information about the llvm-commits mailing list